home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / mgl5src1.zip / mgl / bin / cdit < prev    next >
Text File  |  2002-08-21  |  92b  |  11 lines

  1. #! /bin/sh
  2.  
  3. cd $1
  4. PROG=$2
  5. shift 2
  6. rm -f *.lib *.a
  7. $PROG $*
  8. RET=$?
  9. cd ..
  10. exit $RET
  11.