commit c6b65874ad54c4bd8e148811da22611d89c70363 parent e76d170e011d9845f3c71f1557b83b3b38b57487 Author: Agastya Chandrakant <me@hanabi.in> Date: Mon, 28 Dec 2020 11:17:01 +0530 update hashcalc to take 8 chars and copy to clipboard Diffstat:
M | hashcalc.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hashcalc.sh b/hashcalc.sh @@ -1 +1 @@ -echo -n $1 | openssl md5 -\ No newline at end of file +echo -n $1 | openssl md5 | cut -c 1-8 | pbcopy