Annotation of dmsdos/src/putdos, revision 1.1

1.1     ! root        1: #!/bin/sh
        !             2: 
        !             3: # create temporary command
        !             4: 
        !             5: FILTER=`sh putdos_helper < putdos.cfg`
        !             6: 
        !             7: #echo "FILTER=$FILTER"
        !             8: 
        !             9: echo "#!/bin/sh" > filter.sh
        !            10: echo "$FILTER" >> filter.sh
        !            11: 
        !            12: RFN=`echo $1 | sh filter.sh`
        !            13: 
        !            14: echo "translating $1 to $2/$RFN ..."
        !            15: 
        !            16: cat $1 | sh filter.sh > $2/$RFN
        !            17: 
        !            18: rm filter.sh

unix.superglobalmegacorp.com

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