=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ploop-1.15/scripts/mount.ploop-40- while [ "x$opts" != "x" ]; do ploop-1.15/scripts/mount.ploop:41: string=`echo $opts | sed "s,\,.*,,g"` ploop-1.15/scripts/mount.ploop-42- echo $string | grep "=" > /dev/null 2>&1 ploop-1.15/scripts/mount.ploop-43- if [ $? -eq 0 ]; then ploop-1.15/scripts/mount.ploop:44: value=`echo $string | sed "s,.*=,,g"` ploop-1.15/scripts/mount.ploop:45: param=`echo $string | sed "s,=.*,,g"` ploop-1.15/scripts/mount.ploop-46- else ############################################## ploop-1.15/scripts/mount.ploop-52- fi ploop-1.15/scripts/mount.ploop:53: opts=`echo $opts | sed -e "s,^$string,,g" -e "s,^\,,,g"` ploop-1.15/scripts/mount.ploop-54- done ############################################## ploop-1.15/scripts/mount.ploop-119-else ploop-1.15/scripts/mount.ploop:120: DISK_DESCRIPTOR=`canonicalize "$1"` ploop-1.15/scripts/mount.ploop-121- if [ ! -f "$DISK_DESCRIPTOR" ]; then ############################################## ploop-1.15/scripts/mount.ploop-131-else ploop-1.15/scripts/mount.ploop:132: MOUNT_POINT=`canonicalize "$1"` ploop-1.15/scripts/mount.ploop-133- if [ ! -d "$MOUNT_POINT" ]; then ############################################## ploop-1.15/scripts/mount.ploop-145- OPTS_ORIG="$1" ploop-1.15/scripts/mount.ploop:146: ro=`parse_opt $1 ro` ploop-1.15/scripts/mount.ploop-147- if [ $? -eq 0 -a "x$ro" != "x" ]; then ############################################## ploop-1.15/scripts/mount.ploop-173-# Check that it's already mounted ploop-1.15/scripts/mount.ploop:174:for mpoint in `awk '{print $2}' /proc/mounts`; do ploop-1.15/scripts/mount.ploop-175- if [ "$(unmangle $mpoint)" = "$MOUNT_POINT" ]; then ############################################## ploop-1.15/Makefile-22- rm -f ../$(NAMEVER) ploop-1.15/Makefile:23: ln -s `pwd | awk -F / '{print $$NF}'` ../$(NAMEVER) ploop-1.15/Makefile-24- tar --directory .. --exclude-vcs --exclude .depend \