===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
basket-2.49/links.sh-208-  fi
basket-2.49/links.sh:209:  makedir `dirname $2`
basket-2.49/links.sh-210-  echo "Linking: $2->$1"
##############################################
basket-2.49/installer-210-  # Get the pid of the process basket, if currently running
basket-2.49/installer:211:  pid=`ps aux | ps aux | awk '$11 ~ /basket$/ { print $2 }'`
basket-2.49/installer-212-  if [ "$pid" == "" ]; then