===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fstl-0.9.3/app/package.sh-11-# Pull out framework paths info with otool
fstl-0.9.3/app/package.sh:12:MACDEPLOYQT=`otool -L $APP.app/Contents/MacOS/fstl | sed -n -e "s:\(.*\)lib/QtCore.*:\1/bin/macdeployqt:gp"`
fstl-0.9.3/app/package.sh-13-
##############################################
fstl-0.9.3/app/package.sh-23-    do
fstl-0.9.3/app/package.sh:24:        RENAMED=`echo $LIB | sed -n -e "s:.*\(Qt.*\)\.framework.*:@executable_path/../Frameworks/\1.framework/Versions/5/\1:gp"`
fstl-0.9.3/app/package.sh-25-        install_name_tool -change $LIB $RENAMED $1