Annotation of researchv10no/cmd/asd/ship.sh, revision 1.1.1.1

1.1       root        1: #!/bin/sh
                      2: umask 077
                      3: whoami=`uuname -l`
                      4: logname=`who am i | sed 's/ .*//'`
                      5: export whoami logname
                      6: T=/usr/tmp/asd$$
                      7: trap 'rm -f $T.[12]; exit 0' 1 2 3
                      8: if mkpkg "$@" >$T.1
                      9: then    seal -k $T.1 >$T.2
                     10:         rm -f $T.1
                     11:         (trap '' 1 2 3
                     12:         exec >/dev/null </dev/null 2>/dev/null 3>/dev/null
                     13:         for i in ${dest:=`echo $whoami | comm -23 /etc/asd/machines -`}
                     14:         do /usr/bin/uux - -r "$i!asdrcv ${source:=$whoami $logname}" <$T.2
                     15:            /usr/lib/uucp/uucico -r1 -s$i
                     16:         done
                     17:         rm -f $T.2)&
                     18: else    rm -f $T.[12]
                     19: fi

unix.superglobalmegacorp.com

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