summaryrefslogtreecommitdiff
path: root/jh-help.sh
blob: a88206c806e648d1c3beb8bfc839f429c002d82f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
. /usr/bin/jh

case $# in
    0) usage ''; exit 0;;
    1) usage "$1"; exit 0;;
    *) usage help; exit 1;;
esac