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 / MemFrag / make.sh < prev    next >
Text File  |  1990-04-16  |  318b  |  20 lines

  1. #
  2. # Make.sh  - GMD 20 Mar 90
  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. make MemFrag
  14. #
  15. #  remove next stuff if you're not GMD !
  16. #
  17. cp D:MemFrag TEMP:
  18. cp MemFrag D:
  19. echo " MemFrag copied to D: and TEMP:"
  20.