===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot-70-    files=`find . -type f` # get file infos
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot:71:    files=`echo $files | sed "s/.\/grub\/grubenv//"` # remove files that should be skipped
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot-72-
##############################################
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot-74-    for fname in $files; do
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot:75:        hash=`sha512sum -b $fname | awk '{print $1}'`
chkboot-1.3/.pc/0005-rename-config-file-to-fit-policy.patch/chkboot-76-        echo "$fname $hash"
##############################################
chkboot-1.3/chkboot-70-    files=`find . -type f` # get file infos
chkboot-1.3/chkboot:71:    files=`echo $files | sed "s/.\/grub\/grubenv//"` # remove files that should be skipped
chkboot-1.3/chkboot-72-
##############################################
chkboot-1.3/chkboot-74-    for fname in $files; do
chkboot-1.3/chkboot:75:        hash=`sha512sum -b $fname | awk '{print $1}'`
chkboot-1.3/chkboot-76-        echo "$fname $hash"