Annotation of researchv8dc/cmd/ideal/ideal.cmd, revision 1.1

1.1     ! root        1: IDDIR=/usr/lib/ideal
        !             2: LIBDIR=$IDDIR/lib/
        !             3: export IDDIR LIBDIR
        !             4: filter=t
        !             5: iflags=
        !             6: for i
        !             7: do
        !             8:        case $i in
        !             9:        -p*)    filter=p
        !            10:                shift ;;
        !            11:        -4*)    filter=4
        !            12:                shift ;;
        !            13:        -n*)    filter=n
        !            14:                shift ;;
        !            15:        -a*)    filter=a
        !            16:                shift ;;
        !            17:        -t*)    filter=t
        !            18:                shift ;;
        !            19:        -T202*) filter=t
        !            20:                shift ;;
        !            21:        -Taps*) filter=a
        !            22:                shift ;;
        !            23:        -s*)    sflags=s
        !            24:                shift ;;
        !            25:        -q*)    fflags=-q
        !            26:                shift ;;
        !            27:        *)      iflags="$iflags $i"
        !            28:                shift ;;
        !            29:        esac
        !            30: done
        !            31: case $filter in
        !            32:        p)      $IDDIR/ideal $iflags | $IDDIR/idfilt/pfilt ;;
        !            33:        4)      $IDDIR/ideal $iflags >/tmp/id`getuid`
        !            34:                $IDDIR/idfilt/4filt /tmp/id`getuid`
        !            35:                rm /tmp/id`getuid` ;;
        !            36:        n)      $IDDIR/ideal $iflags ;;
        !            37:        t)      case $sflags in
        !            38:                s)      $IDDIR/ideal $iflags | $IDDIR/idfilt/idsort | $IDDIR/idfilt/tfilt $fflags ;;
        !            39:                *)      $IDDIR/ideal $iflags | $IDDIR/idfilt/tfilt $fflags ;;
        !            40:                esac ;;
        !            41:        a)      case $sflags in
        !            42:                s)      $IDDIR/ideal $iflags | $IDDIR/idfilt/idsort | $IDDIR/idfilt/apsfilt $fflags ;;
        !            43:                *)      $IDDIR/ideal $iflags | $IDDIR/idfilt/apsfilt $fflags ;;
        !            44:                esac ;;
        !            45: esac

unix.superglobalmegacorp.com

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