===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
facedetect-0.1/debian/images_with_faces-2-# show images with faces in dir
facedetect-0.1/debian/images_with_faces:3:see $(for img in *.jpg ; do if [ "`facedetect $img`" != "" ] ; then echo $img ; fi ; done)
##############################################
facedetect-0.1/debian/tests/run-unit-test-2-
facedetect-0.1/debian/tests/run-unit-test:3:if [ `for img in /usr/share/doc/facedetect/examples/*.jpg ; do if [ "$(facedetect $img 2>/dev/null)" != "" ] ; then echo $img ; fi ; done` = "/usr/share/doc/facedetect/examples/grace_hopper_512x512.jpg" ] ; then
facedetect-0.1/debian/tests/run-unit-test-4-  echo "Test passed"