summaryrefslogtreecommitdiffstats
path: root/.graveyard
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 /.graveyard
parent2ad3bb39e58f594ea1299a2b4ed36ee3f63e49d4 (diff)
ship develop: RIP
Diffstat (limited to '.graveyard')
-rw-r--r--.graveyard/ship/develop5
1 files changed, 5 insertions, 0 deletions
diff --git a/.graveyard/ship/develop b/.graveyard/ship/develop
new file mode 100644
index 00000000..a961f9c2
--- /dev/null
+++ b/.graveyard/ship/develop
@@ -0,0 +1,5 @@
+#!/bin/sh
+source_all(){
+ LIBDIR=${1:-.}
+ for i in $LIBDIR/*; do . "$i"; done
+}