summaryrefslogtreecommitdiffstats
path: root/ship/develop
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-05 12:45:53 +0100
committertv <tv@nomic.retiolum>2013-11-05 12:45:53 +0100
commit3d7e7118aee40a2a7070e503307bdb07fe3bfc49 (patch)
tree942140a91ea23fcb4438f4f206d4bd4a598995a9 /ship/develop
parentd5dcf81c04353fad721a0d36d7fc14b50d47583a (diff)
parent3060d3c4ce12fae2e8b754f13d0e227af2134ab5 (diff)
Merge remote-tracking branch 'confmagic/master'
Diffstat (limited to 'ship/develop')
-rw-r--r--ship/develop5
1 files changed, 5 insertions, 0 deletions
diff --git a/ship/develop b/ship/develop
new file mode 100644
index 00000000..a961f9c2
--- /dev/null
+++ b/ship/develop
@@ -0,0 +1,5 @@
+#!/bin/sh
+source_all(){
+ LIBDIR=${1:-.}
+ for i in $LIBDIR/*; do . "$i"; done
+}