Browse Source

Colourise sha1sum output

master
JustAnotherArchivist 3 years ago
parent
commit
cbebafe588
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      iasha1check

+ 1
- 1
iasha1check View File

@@ -41,7 +41,7 @@ fi
echo

echo "SHA-1 comparison:"
sha1sum -c < <(printf "%s\n" "${iasha1sums[@]}") > >(sed 's,^, ,') 2>&1
sha1sum -c < <(printf "%s\n" "${iasha1sums[@]}") > >(perl -pe 's,^(.*)(?<!: OK)$,'"${RED}"'\1'"${RESET}"',; s,: OK$,: '"${GREEN}OK${RESET}"',; s,^, ,') 2>&1
if [[ $? -eq 0 ]]
then
echo "SHA-1 comparison: ${GREEN}OK${RESET}"


Loading…
Cancel
Save