===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qt5ct-1.1/utils/update_tx.sh-12-
qt5ct-1.1/utils/update_tx.sh:13:     plug_name=`echo $tr_dir | cut -d '/' -f 3`
qt5ct-1.1/utils/update_tx.sh-14-
##############################################
qt5ct-1.1/utils/update_tx.sh-17-
qt5ct-1.1/utils/update_tx.sh:18:     file_filter=`echo ${tr_dir} | sed 's/..\///'`
qt5ct-1.1/utils/update_tx.sh-19-     echo "[${PROJECT_NAME}.${plug_name}]" >> ${TX_CONFIG}
##############################################
qt5ct-1.1/utils/update_ts.sh-11-
qt5ct-1.1/utils/update_ts.sh:12:     plug_name=`echo $tr_dir | cut -d '/' -f 3`
qt5ct-1.1/utils/update_ts.sh-13-
##############################################
qt5ct-1.1/qt5ct.pro-27-message(generating translations)
qt5ct-1.1/qt5ct.pro:28:unix:system(find . -name *.ts | xargs $$LRELEASE_EXECUTABLE)
qt5ct-1.1/qt5ct.pro:29:win32:system(for /r %B in (*.ts) do $$LRELEASE_EXECUTABLE %B)
qt5ct-1.1/qt5ct.pro-30-