home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / fastln < prev    next >
Text File  |  1996-09-08  |  147b  |  11 lines

  1. #!/bin/sh
  2. #
  3. NEXT_BIN=$NEXT_ROOT/NextDeveloper/Executables/Utilities
  4.  
  5. $NEXT_BIN/cp -r $*
  6. while [ -n "$2" ]
  7. do
  8.   shift
  9. done
  10. $NEXT_BIN/chmod -R +w $1
  11.