diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 14:42:10 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 14:42:10 -0400 |
commit | c3d8da0e89d3f2213933ff85dc0cca7d829442ed (patch) | |
tree | 967259a8338aa703195b94a9d5131c00545b0f3a /jh-help.sh |
Initial commit
Diffstat (limited to 'jh-help.sh')
-rw-r--r-- | jh-help.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jh-help.sh b/jh-help.sh new file mode 100644 index 0000000..a88206c --- /dev/null +++ b/jh-help.sh @@ -0,0 +1,8 @@ +#!/bin/bash +. /usr/bin/jh + +case $# in + 0) usage ''; exit 0;; + 1) usage "$1"; exit 0;; + *) usage help; exit 1;; +esac |