diff options
Diffstat (limited to '.graveyard')
-rw-r--r-- | .graveyard/ship/develop | 5 |
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 +} |