eden/tools/url-hash.sh

5 lines
77 B
Bash
Raw Normal View History

#!/bin/sh
SUM=$(wget -q "$1" -O - | sha512sum)
echo "$SUM" | cut -d " " -f1