2
## Copyright (C) 2004 Jan Hudec
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)
11
test $# -gt 1 && { echo "* Too many arguments"; exit 1; }
12
aba_tree_revision "$1"
15
# one-liner description for aba help
18
aba_desc $(basename $0) 'reports the current tree revision name'
21
# short help for aba command -h, --help
25
This command reports the full revision name of the current tree.
26
usage: $abaname $(basename $0) [DIR]
31
# extended help for aba command -H or aba help command
35
The full name of latest patch from default tree-version in DIR (or current
36
directory) is printed.
42
# arch-tag: c359fe53-673c-423c-9429-30e356d02482