===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pique-1.0/bin/pique-input-135-    # write start time to log file
pique-1.0/bin/pique-input:136:    system("date > $logfile");
pique-1.0/bin/pique-input-137-
##############################################
pique-1.0/bin/pique-input-215-    # write end-time to log file
pique-1.0/bin/pique-input:216:    system("date >> $logfile");
pique-1.0/bin/pique-input-217-
##############################################
pique-1.0/bin/pique-run-443-    print "$cmd\n";
pique-1.0/bin/pique-run:444:    system("$cmd");
pique-1.0/bin/pique-run-445-
##############################################
pique-1.0/bin/pique-run-519-    # create Manhattan + QQ plot and highlight all SNPs with FDR < 0.1
pique-1.0/bin/pique-run:520:    system("GWAS_manhattanplots -q -b 0.1 -o $man_file $man_file");
pique-1.0/bin/pique-run-521-
##############################################
pique-1.0/debian/createmanpages-4-
pique-1.0/debian/createmanpages:5:VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
pique-1.0/debian/createmanpages-6-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1`