|
|
1.1 ! root 1: trap 'rm -f /tmp/a$$ /tmp/b$$; trap 0; exit' 0 1 2 3 15 ! 2: flags= ! 3: files= ! 4: for i ! 5: do ! 6: case $i in ! 7: -*) ! 8: flags="$flags $i" ! 9: ;; ! 10: *) ! 11: files=$i ! 12: ;; ! 13: esac ! 14: done ! 15: echo polya >/tmp/a$$ ! 16: cat /etc/whoami >/tmp/b$$ ! 17: n=`cmp /tmp/a$$ /tmp/b$$` ! 18: if test -z "$n" ! 19: then /usr/lib/ramtek $* ! 20: else ! 21: cat $files|polya /usr/lib/ramtek $flags ! 22: fi ! 23: rm -f /tmp/a$$ /tmp/b$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.