2
# Copyright (C) 2004 Aaron Bentley
4
# See the file "COPYING" for further information about
5
# the copyright and warranty status of this work.
10
# tla help "$@" | head -n -1
12
aba_omit_last 1 tla help "$@"
13
echo "* External aba Commands"
18
echo Use aba command -h for help on \`command\', or aba help command for detailed help
24
for c in ~/.aba/commands/*; do
25
test -x "$c" && "$c" desc
28
for c in "$abadir/commands"/*; do
29
if [ ! -x ~/.aba/commands/"$(basename $c)" ] && [ -x "$c" ]; then
37
if [ $2 = "--ext" ]; then
48
# arch-tag: help by Aaron Bentley (12:17 Jan 15, 2004)