Annotation of dmsdos/src/putdos_helper, revision 1.1

1.1     ! root        1: #!/bin/sh
        !             2: 
        !             3: FIRST=y
        !             4: read A B
        !             5: while [ "$A" != "" -a "$B" != "" ];
        !             6: do
        !             7: if [ "$FIRST" = "n" ];
        !             8: then
        !             9: echo -n "|"
        !            10: fi
        !            11: echo -n "sed s/$A/$B/g"
        !            12: read A B
        !            13: FIRST=n
        !            14: done

unix.superglobalmegacorp.com

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