cannery/priv/random.sh
2023-01-07 21:00:14 -05:00

5 lines
75 B
Bash

#!/usr/bin/env sh
set -ou pipefail
cat /dev/urandom | base64 | head -c 64