2
## Copyright (C) 2004 Aaron Bentley
4
## See the file "COPYING" for further information about
5
## the copyright and warranty status of this work.
9
# executes the command ("$@" are the arguments after the command name)
14
# one-liner description for aba help
17
aba_desc $(basename $0) "description"
20
# short help for aba command -h, --help
25
usage: $abaname $(basename $0) [OPTIONS]
27
-d,--dir Change to DIR first.
31
# extended help for aba command -H or aba help command
39
# arch-tag: skel-command by Aaron Bentley (13:13 Feb 4, 2004)