summaryrefslogtreecommitdiffstats
path: root/ship
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-06 17:29:40 +0100
committertv <tv@nomic.retiolum>2013-11-06 17:29:40 +0100
commitabc1cda02e3968c8cf19c0fc4cfaf00ed976983f (patch)
treef4a62430e2b891f4b0437527a54ef5202545cd7d /ship
parent2ad3bb39e58f594ea1299a2b4ed36ee3f63e49d4 (diff)
ship develop: RIP
Diffstat (limited to 'ship')
-rw-r--r--ship/develop5
1 files changed, 0 insertions, 5 deletions
diff --git a/ship/develop b/ship/develop
deleted file mode 100644
index a961f9c2..00000000
--- a/ship/develop
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-source_all(){
- LIBDIR=${1:-.}
- for i in $LIBDIR/*; do . "$i"; done
-}