home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 373.lha / X2X / make.sh < prev    next >
Encoding:
Text File  |  1990-05-05  |  239 b   |  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.