|
|
1.1 ! root 1: #!/bin/sh ! 2: cd /usr/spool/uucp ! 3: for i in [a-zS]*; do ! 4: if [ ! -f LCK..$i ] && echo $$ | awk '{printf "%10d\n", $1}' >LCK..$i; then ! 5: rmdir $i ! 6: rm -f LCK..$i ! 7: fi ! 8: done ! 9: cd .Status ! 10: for i in `grep -l SUCCESSFUL *`; do ! 11: test -f ../LCK..$i || rm $i ! 12: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.