diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-06-14 18:34:23 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-06-14 18:34:23 -0400 |
commit | 53b73dec4d6e71899d183335509591b7c89a419b (patch) | |
tree | 256e96682ba4ce1bcb1aa86d228a212a0193197b /batch-process | |
parent | bc2747f47bc2153642da518ea8afa7f5b4859819 (diff) |
pushing the fly-tools into this repository
Diffstat (limited to 'batch-process')
-rwxr-xr-x | batch-process | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/batch-process b/batch-process index 573295a..bdd67a9 100755 --- a/batch-process +++ b/batch-process @@ -1,3 +1,4 @@ +#!/bin/sh usage() { cat << EOF @@ -62,3 +63,5 @@ else exit 1 fi + + |