diff options
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 + + |