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 /ship/lib/core | |
parent | 45709c38567ba57101967f050d9e686d2e3d8fea (diff) |
ship lib: remove cruft
Diffstat (limited to 'ship/lib/core')
-rw-r--r-- | ship/lib/core | 2 |
1 files changed, 0 insertions, 2 deletions
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 "** $@" ;} |