===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xdotool-3.20160805.1/cflags.sh-4-if [ $? -eq 0 ] ; then
xdotool-3.20160805.1/cflags.sh:5:  minor=`echo "$osxver" | cut -d. -f2`
xdotool-3.20160805.1/cflags.sh-6-  if [ "$minor" -le 11 ] ; then
##############################################
xdotool-3.20160805.1/t/xdo_test_helper.rb-29-      writer.close_on_exec = false
xdotool-3.20160805.1/t/xdo_test_helper.rb:30:      exec("xterm", "-T", @title,  "-e", "echo $WINDOWID >& #{writer.fileno}; echo $$ >& #{writer.fileno}; #{cmd}", :close_others => false)
xdotool-3.20160805.1/t/xdo_test_helper.rb-31-    end # xterm fork
##############################################
xdotool-3.20160805.1/t/xdo_test_helper.rb-99-  def runcmd(command)
xdotool-3.20160805.1/t/xdo_test_helper.rb:100:    io = IO.popen("#{command} #{$DEBUG ? "" : "2> /dev/null"}") #2> /dev/null")
xdotool-3.20160805.1/t/xdo_test_helper.rb-101-    output = io.readlines.collect { |i| i.chomp }