Annotation of researchv10no/cmd/struct/struct.sh, revision 1.1.1.1

1.1       root        1: trap "rm -f /tmp/struct*$$" 0 1 2 3 13 15
                      2: files=no
                      3: for i
                      4: do
                      5:        case $i in
                      6:        -*)     ;;
                      7:        *)      files=yes
                      8:        esac
                      9: done
                     10: 
                     11: case $files in
                     12: yes)
                     13:        /usr/lib/struct/structure $* >/tmp/struct$$
                     14:        ;;
                     15: no)
                     16:        cat >/tmp/structin$$
                     17:        /usr/lib/struct/structure /tmp/structin$$ $* >/tmp/struct$$
                     18: esac &&
                     19:        /usr/lib/struct/beautify</tmp/struct$$

unix.superglobalmegacorp.com

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