home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
fastcp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-08
|
147 b
|
11 lines
#!/bin/sh
#
NEXT_BIN=$NEXT_ROOT/NextDeveloper/Executables/Utilities
$NEXT_BIN/cp -r $*
while [ -n "$2" ]
do
shift
done
$NEXT_BIN/chmod -R +w $1