summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 14:44:03 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 14:44:03 (EDT)
commit7762bb02f798858a7c390ff8e33946b699cae0d8 (patch)
tree4cd6ed9e208d214d8aee1402cf11bef9817bef37 /src
parent6db7b468fa1e59299ed3652778e26822b50e972f (diff)
src/main.sh: Drop "#!" line and main() call
Diffstat (limited to 'src')
-rw-r--r--src/main.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.sh b/src/main.sh
index e17b751..ed6be4f 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# pro-archman
# src/pro-archman.sh
# Main program file
@@ -219,5 +217,3 @@ handle_sig()
exit $((128 + $sig))
fi
}
-
-main "${@}"