home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume25
/
finger
/
part01
/
ORIG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-03
|
158 b
|
10 lines
#!/bin/sh
# $Id: ORIG,v 3.0 90/07/06 13:10:15 budd Rel $
if [ -f $1.orig ]; then
echo $1.orig exists 1>&2
exit 1
fi
mv $1 $1.orig
cp $1.orig $1
chmod +w $1