diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 17:29:40 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 17:29:40 +0100 |
commit | abc1cda02e3968c8cf19c0fc4cfaf00ed976983f (patch) | |
tree | f4a62430e2b891f4b0437527a54ef5202545cd7d /ship | |
parent | 2ad3bb39e58f594ea1299a2b4ed36ee3f63e49d4 (diff) |
ship develop: RIP
Diffstat (limited to 'ship')
-rw-r--r-- | ship/develop | 5 |
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 -} |