diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-11-10 21:24:58 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-11-10 21:24:58 +0000 |
commit | 1f0260b5f86319711c1c045313259fbc46473510 (patch) | |
tree | 5ba77c8e5303a208752c3bce103fc5fd9ed947b2 /rc/bin/ssam | |
parent | 00daf47137edba4580d0db15d2a18a7112dbe133 (diff) |
ssam: add usage
Diffstat (limited to 'rc/bin/ssam')
-rwxr-xr-x | rc/bin/ssam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/ssam b/rc/bin/ssam index 917a34f71..407e3df3b 100755 --- a/rc/bin/ssam +++ b/rc/bin/ssam @@ -3,6 +3,7 @@ flagfmt='n,e script,f sfile' args='[ file ... ]' +fn usage { echo $0 '[ -n ] [ -e script ] [ -f sfile ] [ file ... ]' >[1=2] } if(! ifs=() eval `{aux/getflags $*}){ usage exit usage |