From c12eb1a354eff6b965db5f4938b35e304784cb97 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 6 Nov 2013 16:03:53 +0100 Subject: ship lib: remove cruft --- ship/lib/core | 2 -- ship/lib/network | 3 +-- ship/lib/punani | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) (limited to 'ship/lib') 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 -- cgit v1.2.3