home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 2.ddi / UNIX / MAKEAPP < prev    next >
Encoding:
Text File  |  1989-04-18  |  165 b   |  10 lines

  1. cp ctoptn.srv ctoptn.h
  2. if test -d app
  3. then
  4.     echo Directory app already exists.
  5. else
  6.     mkdir app
  7.     echo Directory app has been created.
  8. fi
  9. make -f makeapp.mak
  10.