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 >
Linux/UNIX/POSIX Shell Script  |  1993-07-30  |  546b  |  19 lines

  1. #! /bin/sh
  2. #################################################
  3. #                        #
  4. # am - Amortization Schedule Generator        #
  5. #                        #
  6. # (c) Copyright 1992    Brett K. Carver        #
  7. #                        #
  8. #################################################
  9. #
  10. # This is a simple script to automatically pipe
  11. # the output of am(1) into nroff(1) for those
  12. # who don't want to manually do the '| nroff'.
  13. #
  14. # If the NAME variable was changed in the Makefile,
  15. # the line below will also need to be changed to
  16. # reflect the proper executable name.
  17. #
  18. exec am -f $@ | nroff
  19.