home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / dominion / part03 / do_cat.sh next >
Linux/UNIX/POSIX Shell Script  |  1992-02-11  |  285b  |  9 lines

  1. #! /bin/sh
  2. echo 'building dominion.tex from dom_tex.*'
  3. cat dom_tex.aa dom_tex.ab > dominion.tex
  4. echo 'building dominion.info from dom_info.*'
  5. cat dom_info.aa dom_info.ab | uudecode
  6. echo 'building dominion.PS from dom_ps.*'
  7. cat dom_ps.a[a-j] | uudecode
  8. rm dom_tex.* dom_info.* dom_ps.*
  9.