Annotation of researchv10no/libplot/libpen/penplot.sh, revision 1.1.1.1

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 wild >/tmp/a$$
                     16: cat /etc/whoami >/tmp/b$$
                     17: n=`cmp /tmp/a$$ /tmp/b$$`
                     18: if test -z "$n"
                     19: then /usr/lib/penplot $*
                     20: else
                     21:        cat $files|wild /usr/lib/penplot $flags
                     22: fi
                     23: rm -f /tmp/a$$ /tmp/b$$

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.