home *** CD-ROM | disk | FTP | other *** search
- #! /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
-