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 / Du / make.sh < prev    next >
Text File  |  1990-04-16  |  254b  |  18 lines

  1. #
  2. # Make.sh  - GMD 01 Jul 89
  3. #
  4. #
  5. #  Standard shell script to make a file , and generate the date 
  6. #
  7. echo  "char *MakeDate[] = \"\\" >date.c
  8. date | input a 
  9. echo $a\" ";" >>date.c
  10. date
  11. #
  12.  
  13. #
  14. make du
  15. cp D:du TEMP:
  16. cp du D:
  17. echo " du copied to D: and TEMP:"
  18.