summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xship/bin/punani2
-rw-r--r--ship/lib/core2
-rw-r--r--ship/lib/network3
-rw-r--r--ship/lib/punani1
4 files changed, 2 insertions, 6 deletions
diff --git a/ship/bin/punani b/ship/bin/punani
index 28bf7d1a..ceabd667 100755
--- a/ship/bin/punani
+++ b/ship/bin/punani
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
#@info
#@include punani
punani "$@"
diff --git a/ship/lib/core b/ship/lib/core
index 6d126142..fb346f88 100644
--- a/ship/lib/core
+++ b/ship/lib/core
@@ -1,5 +1,3 @@
-#!/bin/sh
-
# logging
msg() { printf "$@\n" >&2 ;}
info() { msg "** $@" ;}
diff --git a/ship/lib/network b/ship/lib/network
index 9d7ea197..bec20254 100644
--- a/ship/lib/network
+++ b/ship/lib/network
@@ -1,5 +1,4 @@
-#!/bin/sh
-#include core
+#@include core
anytelnet(){
# find Telnet or similar and executes it at the end
diff --git a/ship/lib/punani b/ship/lib/punani
index e4a5a5e9..c4f7f013 100644
--- a/ship/lib/punani
+++ b/ship/lib/punani
@@ -1,4 +1,3 @@
-#!/bin/sh
#@include core
## begin punani DB