home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
other
/
am
/
am.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1993-07-30
|
546b
|
19 lines
#! /bin/sh
#################################################
# #
# am - Amortization Schedule Generator #
# #
# (c) Copyright 1992 Brett K. Carver #
# #
#################################################
#
# This is a simple script to automatically pipe
# the output of am(1) into nroff(1) for those
# who don't want to manually do the '| nroff'.
#
# If the NAME variable was changed in the Makefile,
# the line below will also need to be changed to
# reflect the proper executable name.
#
exec am -f $@ | nroff