===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wings3d-2.2.6.1/macosx/Wings3D.sh-1-#!/bin/sh
wings3d-2.2.6.1/macosx/Wings3D.sh:2:pushd `dirname $0` > /dev/null
wings3d-2.2.6.1/macosx/Wings3D.sh-3-ROOTDIR=`pwd -P`
##############################################
wings3d-2.2.6.1/tools/wings_reduce_otp-8-erl_top="$1"
wings3d-2.2.6.1/tools/wings_reduce_otp:9:stdlib=`echo "$erl_top"/lib/stdlib-*`
wings3d-2.2.6.1/tools/wings_reduce_otp:10:kernel=`echo "$erl_top"/lib/kernel-*`
wings3d-2.2.6.1/tools/wings_reduce_otp-11-
##############################################
wings3d-2.2.6.1/unix/install_wings.src-22-EMU=beam
wings3d-2.2.6.1/unix/install_wings.src:23:PROGNAME=`echo $0 | sed 's/.*\///'`
wings3d-2.2.6.1/unix/install_wings.src-24-unset ERL_LIBS
##############################################
wings3d-2.2.6.1/unix/install_wings.src-40-EMU=beam
wings3d-2.2.6.1/unix/install_wings.src:41:PROGNAME=`echo $0 | sed 's/.*\///'`
wings3d-2.2.6.1/unix/install_wings.src-42-unset ERL_LIBS
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-50-{
wings3d-2.2.6.1/unix/makeself-header.sh:51:    blocks=\`expr \$3 / 1024\`
wings3d-2.2.6.1/unix/makeself-header.sh:52:    bytes=\`expr \$3 % 1024\`
wings3d-2.2.6.1/unix/makeself-header.sh-53-    dd if="\$1" ibs=\$2 skip=1 obs=1024 conv=sync 2> /dev/null | \\
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-94-    MS_Printf "Verifying archive integrity..."
wings3d-2.2.6.1/unix/makeself-header.sh:95:    offset=\`head -n $SKIP "\$1" | wc -c | tr -d " "\`
wings3d-2.2.6.1/unix/makeself-header.sh-96-    verb=\$2
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-99-    do
wings3d-2.2.6.1/unix/makeself-header.sh:100:		crc=\`echo \$CRCsum | cut -d" " -f\$i\`
wings3d-2.2.6.1/unix/makeself-header.sh-101-		if test -x "\$MD5_PATH"; then
wings3d-2.2.6.1/unix/makeself-header.sh:102:			if test \`basename \$MD5_PATH\` = digest; then
wings3d-2.2.6.1/unix/makeself-header.sh-103-				MD5_ARG="-a md5"
wings3d-2.2.6.1/unix/makeself-header.sh-104-			fi
wings3d-2.2.6.1/unix/makeself-header.sh:105:			md5=\`echo \$MD5 | cut -d" " -f\$i\`
wings3d-2.2.6.1/unix/makeself-header.sh-106-			if test \$md5 = "00000000000000000000000000000000"; then
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-108-			else
wings3d-2.2.6.1/unix/makeself-header.sh:109:				md5sum=\`MS_dd "\$1" \$offset \$s | eval "\$MD5_PATH \$MD5_ARG" | cut -b-32\`;
wings3d-2.2.6.1/unix/makeself-header.sh-110-				if test "\$md5sum" != "\$md5"; then
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-121-		else
wings3d-2.2.6.1/unix/makeself-header.sh:122:			sum1=\`MS_dd "\$1" \$offset \$s | CMD_ENV=xpg4 cksum | awk '{print \$1}'\`
wings3d-2.2.6.1/unix/makeself-header.sh-123-			if test "\$sum1" = "\$crc"; then
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-129-		fi
wings3d-2.2.6.1/unix/makeself-header.sh:130:		i=\`expr \$i + 1\`
wings3d-2.2.6.1/unix/makeself-header.sh:131:		offset=\`expr \$offset + \$s\`
wings3d-2.2.6.1/unix/makeself-header.sh-132-    done
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-189-	echo OLDUSIZE=$USIZE
wings3d-2.2.6.1/unix/makeself-header.sh:190:	echo OLDSKIP=`expr $SKIP + 1`
wings3d-2.2.6.1/unix/makeself-header.sh-191-	exit 0
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-202-	echo Target directory: \$targetdir
wings3d-2.2.6.1/unix/makeself-header.sh:203:	offset=\`head -n $SKIP "\$0" | wc -c | tr -d " "\`
wings3d-2.2.6.1/unix/makeself-header.sh-204-	for s in \$filesizes
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-206-	    MS_dd "\$0" \$offset \$s | eval "$GUNZIP_CMD" | UnTAR t
wings3d-2.2.6.1/unix/makeself-header.sh:207:	    offset=\`expr \$offset + \$s\`
wings3d-2.2.6.1/unix/makeself-header.sh-208-	done
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-211-	--tar)
wings3d-2.2.6.1/unix/makeself-header.sh:212:	offset=\`head -n $SKIP "\$0" | wc -c | tr -d " "\`
wings3d-2.2.6.1/unix/makeself-header.sh-213-	arg1="\$2"
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-217-	    MS_dd "\$0" \$offset \$s | eval "$GUNZIP_CMD" | tar "\$arg1" - \$*
wings3d-2.2.6.1/unix/makeself-header.sh:218:	    offset=\`expr \$offset + \$s\`
wings3d-2.2.6.1/unix/makeself-header.sh-219-	done
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-287-phase2)
wings3d-2.2.6.1/unix/makeself-header.sh:288:    finish="\$finish ; rm -rf \`dirname \$0\`"
wings3d-2.2.6.1/unix/makeself-header.sh-289-    ;;
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-305-                chmod a+x \$0 || echo Please add execution rights on \$0
wings3d-2.2.6.1/unix/makeself-header.sh:306:                if test \`echo "\$0" | cut -c1\` = "/"; then # Spawn a terminal!
wings3d-2.2.6.1/unix/makeself-header.sh-307-                    exec \$XTERM -title "\$label" -e "\$0" --xwin "\$initargs"
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-338-fi
wings3d-2.2.6.1/unix/makeself-header.sh:339:offset=\`head -n $SKIP "\$0" | wc -c | tr -d " "\`
wings3d-2.2.6.1/unix/makeself-header.sh-340-
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-354-
wings3d-2.2.6.1/unix/makeself-header.sh:355:leftspace=\`MS_diskspace \$tmpdir\`
wings3d-2.2.6.1/unix/makeself-header.sh-356-if test \$leftspace -lt $USIZE; then
wings3d-2.2.6.1/unix/makeself-header.sh-357-    echo
wings3d-2.2.6.1/unix/makeself-header.sh:358:    echo "Not enough space left in "\`dirname \$tmpdir\`" (\$leftspace KB) to decompress \$0 ($USIZE KB)" >&2
wings3d-2.2.6.1/unix/makeself-header.sh-359-    if test "\$keep" = n; then
##############################################
wings3d-2.2.6.1/unix/makeself-header.sh-375-    fi
wings3d-2.2.6.1/unix/makeself-header.sh:376:    offset=\`expr \$offset + \$s\`
wings3d-2.2.6.1/unix/makeself-header.sh-377-done
##############################################
wings3d-2.2.6.1/unix/makeself.sh-128-TAR_ARGS=cvf
wings3d-2.2.6.1/unix/makeself.sh:129:HEADER=`dirname $0`/makeself-header.sh
wings3d-2.2.6.1/unix/makeself.sh-130-
##############################################
wings3d-2.2.6.1/unix/makeself.sh-235-    # Gather the info from the original archive
wings3d-2.2.6.1/unix/makeself.sh:236:    OLDENV=`sh "$archname" --dumpconf`
wings3d-2.2.6.1/unix/makeself.sh-237-    if test $? -ne 0; then
##############################################
wings3d-2.2.6.1/unix/makeself.sh-252-    else
wings3d-2.2.6.1/unix/makeself.sh:253:	archdirname=`basename "$1"`
wings3d-2.2.6.1/unix/makeself.sh-254-    fi
##############################################
wings3d-2.2.6.1/unix/makeself.sh-302-    . $HEADER
wings3d-2.2.6.1/unix/makeself.sh:303:    SKIP=`cat "$tmpfile" |wc -l`
wings3d-2.2.6.1/unix/makeself.sh-304-	# Get rid of any spaces
wings3d-2.2.6.1/unix/makeself.sh:305:	SKIP=`expr $SKIP`
wings3d-2.2.6.1/unix/makeself.sh-306-	rm -f "$tmpfile"
##############################################
wings3d-2.2.6.1/unix/makeself.sh-322-
wings3d-2.2.6.1/unix/makeself.sh:323:USIZE=`du -ks $archdir | cut -f1`
wings3d-2.2.6.1/unix/makeself.sh-324-DATE=`LC_ALL=C date`
##############################################
wings3d-2.2.6.1/unix/makeself.sh-338-
wings3d-2.2.6.1/unix/makeself.sh:339:fsize=`cat "$tmpfile" | wc -c | tr -d " "`
wings3d-2.2.6.1/unix/makeself.sh-340-
##############################################
wings3d-2.2.6.1/unix/makeself.sh-348-else
wings3d-2.2.6.1/unix/makeself.sh:349:	crcsum=`cat "$tmpfile" | CMD_ENV=xpg4 cksum | sed -e 's/ /Z/' -e 's/	/Z/' | cut -dZ -f1`
wings3d-2.2.6.1/unix/makeself.sh-350-	echo "CRC: $crcsum"
##############################################
wings3d-2.2.6.1/unix/makeself.sh-363-	PATH=$OLD_PATH
wings3d-2.2.6.1/unix/makeself.sh:364:	if test `basename $MD5_PATH` = digest; then
wings3d-2.2.6.1/unix/makeself.sh-365-		MD5_ARG="-a md5"
##############################################
wings3d-2.2.6.1/unix/makeself.sh-367-	if test -x "$MD5_PATH"; then
wings3d-2.2.6.1/unix/makeself.sh:368:		md5sum=`cat "$tmpfile" | eval "$MD5_PATH $MD5_ARG" | cut -b-32`;
wings3d-2.2.6.1/unix/makeself.sh-369-		echo "MD5: $md5sum"
##############################################
wings3d-2.2.6.1/unix/makeself.sh-381-    MD5sum="$MD5sum $md5sum"
wings3d-2.2.6.1/unix/makeself.sh:382:    USIZE=`expr $USIZE + $OLDUSIZE`
wings3d-2.2.6.1/unix/makeself.sh-383-    # Generate the header