home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
lp
/
install
/
r.cron
< prev
next >
Wrap
Text File
|
1998-08-19
|
160b
|
15 lines
#ident "@(#)r.cron 1.2"
#ident "$Header: $"
while read src dest
do
if [ "${src}" = "/dev/null" ]
then
continue
fi
crontab -r lp || exit 2
done
exit 0