NAME asm2install -- install a program SYNOPSIS asm2install [ -d dir ] [ -l link[,...] ] [ -m mode ] name DESCRIPTION asm2install installs a program in a directory, sets the permissions, and if directed, creates links to the program (in the same directory where the program is installed). OPTIONS -f dir the directory in which to install the program; default is /home/adamm/bin -l link[,...] a comma-separated list of (hard) link names; links will be created in the same directory as the program -m mode an octal permission value (as used by chmod(1)) --help --man show this man page SEE ALSO chmod(1), install(1) AUTHOR Adam Moskowitz