===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pgmodeler-0.9.3~beta/getbuildnum.bat-5-rem use findstr to strip blank lines from wmic output
pgmodeler-0.9.3~beta/getbuildnum.bat:6:for /f "usebackq skip=1 tokens=1-3" %%g in (`wmic Path Win32_LocalTime Get Day^,Month^,Year ^| findstr /r /v "^$"`) do (
pgmodeler-0.9.3~beta/getbuildnum.bat-7-  set _day=00%%g
##############################################
pgmodeler-0.9.3~beta/linuxdeploy.sh-34-FMT_PREFIX="\/opt\/pgModeler"
pgmodeler-0.9.3~beta/linuxdeploy.sh:35:INSTALLER_APP_VER=`echo $DEPLOY_VER | cut -d '-' -f1`
pgmodeler-0.9.3~beta/linuxdeploy.sh-36-INSTALLER_CONF_DIR="$PWD/installer/template/config"
##############################################
pgmodeler-0.9.3~beta/linuxdeploy.sh-197-if [ -e "$QMAKE_ROOT/$QMAKE_CMD" ]; then
pgmodeler-0.9.3~beta/linuxdeploy.sh:198:  QT_VER_1=`$QMAKE_ROOT/$QMAKE_CMD --version | grep --color=never -m 1 -o -E '[0-9].[0-9]+\.[0-9]+'`
pgmodeler-0.9.3~beta/linuxdeploy.sh-199-  QT_VER_1=${QT_VER_1:0:6}
##############################################
pgmodeler-0.9.3~beta/linuxdeploy.sh-204-if [ -e "$FALLBACK_QMAKE_ROOT/$QMAKE_CMD" ]; then
pgmodeler-0.9.3~beta/linuxdeploy.sh:205:  QT_VER_2=`$FALLBACK_QMAKE_ROOT/$QMAKE_CMD --version | grep --color=never -m 1 -o -E '[0-9].[0-9]+\.[0-9]+'`
pgmodeler-0.9.3~beta/linuxdeploy.sh-206-  QT_VER_2=${QT_VER_2:0:6}
##############################################
pgmodeler-0.9.3~beta/linuxdeploy.sh-322- 
pgmodeler-0.9.3~beta/linuxdeploy.sh:323: QT_ROOT=`$QMAKE_ROOT/qtpaths --install-prefix`  >> $LOG 2>&1
pgmodeler-0.9.3~beta/linuxdeploy.sh-324- 
##############################################
pgmodeler-0.9.3~beta/linuxdeploy.sh-351- #Copies the qt plugins to build/qtplugins
pgmodeler-0.9.3~beta/linuxdeploy.sh:352: QT_PLUGIN_ROOT=`$QMAKE_ROOT/qtpaths --plugin-dir` >> $LOG 2>&1
pgmodeler-0.9.3~beta/linuxdeploy.sh-353- for plug in $DEP_PLUGINS; do
pgmodeler-0.9.3~beta/linuxdeploy.sh:354:   pdir=`dirname $plug`
pgmodeler-0.9.3~beta/linuxdeploy.sh-355-   
##############################################
pgmodeler-0.9.3~beta/macdeploy.sh-50-if [ -e "$QT_ROOT/bin/qmake" ]; then
pgmodeler-0.9.3~beta/macdeploy.sh:51:  QT_VER=`$QT_ROOT/bin/qmake --version | grep -m 1 -o -E '[0-9]\.[0-9]+\.[0-9]+'`
pgmodeler-0.9.3~beta/macdeploy.sh-52-  QT_VER=${QT_VER:0:6}
##############################################
pgmodeler-0.9.3~beta/samples/pagila.dbm-867-     FROM inventory
pgmodeler-0.9.3~beta/samples/pagila.dbm:868:     WHERE film_id = $1
pgmodeler-0.9.3~beta/samples/pagila.dbm-869-     AND store_id = $2
##############################################
pgmodeler-0.9.3~beta/samples/pagila.dbm-899-    FROM inventory
pgmodeler-0.9.3~beta/samples/pagila.dbm:900:    WHERE film_id = $1
pgmodeler-0.9.3~beta/samples/pagila.dbm-901-    AND store_id = $2
##############################################
pgmodeler-0.9.3~beta/schemas/catalog/sequence.sch-56-                   ' LEFT JOIN pg_namespace AS n ON n.oid = c.relnamespace ' ||
pgmodeler-0.9.3~beta/schemas/catalog/sequence.sch:57:                   ' WHERE n.nspname = ''' || $1 ||''' AND c.relname = ''' || $2 ||''' LIMIT 1;' INTO res; ]
pgmodeler-0.9.3~beta/schemas/catalog/sequence.sch-58-	%end
##############################################
pgmodeler-0.9.3~beta/windeploy.sh-7-DEPLOY_VER=${DEPLOY_VER/PGMODELER_VERSION=\"/}
pgmodeler-0.9.3~beta/windeploy.sh:8:DEPLOY_VER=`echo ${DEPLOY_VER/\",/} | tr -d ' '`
pgmodeler-0.9.3~beta/windeploy.sh-9-
##############################################
pgmodeler-0.9.3~beta/windeploy.sh-20-FMT_PREFIX="C:\/Program Files\/pgModeler"
pgmodeler-0.9.3~beta/windeploy.sh:21:INSTALLER_APP_VER=`echo $DEPLOY_VER | cut -d '-' -f1`
pgmodeler-0.9.3~beta/windeploy.sh-22-INSTALLER_CONF_DIR="$PWD/installer/template/config"
##############################################
pgmodeler-0.9.3~beta/windeploy.sh-166-if [ -e "$QMAKE_ROOT/qmake" ]; then
pgmodeler-0.9.3~beta/windeploy.sh:167:  QT_VER=`$QMAKE_ROOT/qmake --version | grep -m 1 -o -E '[0-9]\.[0-9]+\.[0-9]+'`
pgmodeler-0.9.3~beta/windeploy.sh-168-  QT_VER=${QT_VER:0:6}
##############################################
pgmodeler-0.9.3~beta/windeploy.sh-259-for plug in $DEP_PLUGINS; do
pgmodeler-0.9.3~beta/windeploy.sh:260:	pdir=`dirname $plug`
pgmodeler-0.9.3~beta/windeploy.sh-261-	mkdir -p $DEP_PLUGINS_DIR/$pdir >> $LOG 2>&1