diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 16:03:53 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 16:03:53 +0100 |
commit | c12eb1a354eff6b965db5f4938b35e304784cb97 (patch) | |
tree | da308aa4a344a01a152a9bf919ca0d1e74a70428 | |
parent | 45709c38567ba57101967f050d9e686d2e3d8fea (diff) |
ship lib: remove cruft
-rwxr-xr-x | ship/bin/punani | 2 | ||||
-rw-r--r-- | ship/lib/core | 2 | ||||
-rw-r--r-- | ship/lib/network | 3 | ||||
-rw-r--r-- | ship/lib/punani | 1 |
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 |