home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff345.lzh / X2X / make.sh < prev    next >
Text File  |  1990-04-16  |  239b  |  17 lines

  1. #
  2. # MakeX2X  - GMD 20 Mar 90
  3. #
  4. #
  5. #  Standard shell script to make a file , and generate the date 
  6. #
  7. #  - runs in Dillon's CSH environment 
  8. #
  9. echo  "char *MakeDate[] = \"\\" >date.c
  10. date | input a 
  11. echo $a\" ";" >>date.c
  12. date
  13. #
  14. #
  15. make x2x
  16.  
  17.