quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit e20f2b33a63c575e93d92817e043a74df320f6a2
parent 7ef596ebcb8655017ac4571d5ae684eb997acc1f
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 11 Mar 2020 13:07:38 +0530

add hashcalc

Diffstat:
Ahashcalc.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/hashcalc.sh b/hashcalc.sh @@ -0,0 +1 @@ +echo -n $1 | openssl md5 +\ No newline at end of file