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)
15
for lib in `tla my-revision-library`; do
16
tla library-config $lib
21
# one-liner description for aba help
27
# short help for aba command -h, --help
31
tla library-config -h;
32
echo aba version: lists settings for all libraries if no arguments
36
# extended help for aba command -H or aba help command
40
tla library-config -H;
41
echo aba version: lists settings for all libraries if no arguments
46
# arch-tag: library-config by Aaron Bentley (10:43 Feb 08 2004)