diff options
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 "** $@" ;} |