===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
makexvpics-1.0.1/makexvpics.sh-23-make_xvpic() {
makexvpics-1.0.1/makexvpics.sh:24:fnambit=`dirname $1`/.xvpics
makexvpics-1.0.1/makexvpics.sh-25-mkdir $fnambit 2>/dev/null
makexvpics-1.0.1/makexvpics.sh:26:xvpicname=${fnambit}/`basename $1`
makexvpics-1.0.1/makexvpics.sh-27-
##############################################
makexvpics-1.0.1/makexvpics.sh-51-if [ -f "$1" -a -r "$1" ]; then
makexvpics-1.0.1/makexvpics.sh:52:  case `echo $1 | tr [A-Z] [a-z]` in
makexvpics-1.0.1/makexvpics.sh-53-    *.jpg|*.jpeg )
##############################################
makexvpics-1.0.1/makexvpics.sh-138-
makexvpics-1.0.1/makexvpics.sh:139:set -- `getopt fhRv $*`
makexvpics-1.0.1/makexvpics.sh-140-