Explorar el Código

Colourise sha1sum output

master
JustAnotherArchivist hace 3 años
padre
commit
cbebafe588
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      iasha1check

+ 1
- 1
iasha1check Ver fichero

@@ -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}"


Cargando…
Cancelar
Guardar