ahother

ahother

#!/bin/bash
echo "This file used to be used by makeahs.  It documents aliases and other stuff.  It is obsolete."
exit 0
#@DOC@ OBSOLETE used to be used by makeahs - holds info on aliases, etc

# Format of this file:
#
#   <name>  @@@D  <desc>
#   <name>  @@@C  <cmd>
#
#    <name>  = command name
#    <desc>  = description of command
#    <cmd>   = script which is run by this alias or command
#

ahcd    @@@D    list cd aliases
more    @@@D    show a file - use less which is better
mode    @@@C    do_mode
ahs     @@@D    show commands and scripts by acorn
ahw     @@@D    show commands and scripts for creating webpages
ah      @@@D    show list of commands which describe other commands