=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== abcde-2.9.3/cddb-tool-106- i=$1 abcde-2.9.3/cddb-tool:107: while [ $i -ne `expr $2 + 1` ] abcde-2.9.3/cddb-tool-108- do abcde-2.9.3/cddb-tool-109- echo $i abcde-2.9.3/cddb-tool:110: i=`expr $i + 1` abcde-2.9.3/cddb-tool-111- done ############################################## abcde-2.9.3/examples/abcde.init-6- abcde-2.9.3/examples/abcde.init:7:RUNNING=`ps -ef|grep [a]bcded|awk '{ print $2 }'` abcde-2.9.3/examples/abcde.init-8- ############################################## abcde-2.9.3/examples/abcded-11-while true; do abcde-2.9.3/examples/abcded:12:# CAPACITY=`cat $CDROM/capacity` abcde-2.9.3/examples/abcded-13-# if [ $CAPACITY -gt 0 ]; then ############################################## abcde-2.9.3/examples/autorip.sh-139- abcde-2.9.3/examples/autorip.sh:140: if [ "`grep "$CURCD" $BASE/lib/done.db`" = "" ] || [ "$REENC" = "$CURCD" ] abcde-2.9.3/examples/autorip.sh-141- then ############################################## abcde-2.9.3/examples/autorip.sh-256- abcde-2.9.3/examples/autorip.sh:257: local DISCNAME=`ls -1 "$PROCDIR"` abcde-2.9.3/examples/autorip.sh-258- ############################################## abcde-2.9.3/examples/autorip.sh-275- # Then add this disc to it. abcde-2.9.3/examples/autorip.sh:276: if [ "`grep "$CURCD" $BASE/lib/done.db`" = "" ] abcde-2.9.3/examples/autorip.sh-277- then