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

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