Annotation of 42BSD/ingres/source/deltaall, revision 1.1

1.1     ! root        1: # delta everything in the system
        !             2: foreach i (*)
        !             3:        if (! -d $i) continue
        !             4:        if (! -e $i/SCCS) continue
        !             5:        echo " ---------- $i ------------"
        !             6:        cd $i
        !             7:        set x = (`sccs tell -u $user`)
        !             8:        if ($#x == 0) then
        !             9:                echo no files being edited by $user
        !            10:        else
        !            11:                sccs delget $*:q $x
        !            12:        endif
        !            13:        cd ..
        !            14: end

unix.superglobalmegacorp.com

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