home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 229_01 / unbundle < prev   
Text File  |  1987-05-27  |  768b  |  42 lines

  1. echo unbundling Little Smalltalk System
  2. if test ! -d parser
  3. then
  4.     echo making subdirectory /parser
  5.     mkdir parser
  6.     cd parser; sh ../parser.bundle
  7.     cd ..
  8. fi
  9. if test ! -d sources
  10. then
  11.     echo making subdirectory /sources
  12.     mkdir sources
  13.     cd sources; sh ../sources.bundle
  14.     cd ..
  15. fi
  16. if test ! -d prelude
  17. then
  18.     echo making subdirectory /prelude
  19.     mkdir prelude
  20.     cd prelude; sh ../prelude.bundle
  21.     cd ..
  22. fi
  23. if test ! -d tests
  24. then
  25.     echo making subdirectory /tests
  26.     mkdir tests
  27.     cd tests; sh ../tests.bundle
  28.     cd ..
  29. fi
  30. if test ! -d docs
  31. then
  32.     echo making subdirectory /docs
  33.     mkdir docs
  34.     cd docs; sh ../docs.bundle
  35.     cd ..
  36. fi
  37. if test ! -d bin
  38. then
  39.     echo making subdirectory /bin
  40.     mkdir bin
  41. fi
  42.