cannery/priv/random.sh

5 lines
75 B
Bash
Raw Normal View History

2022-02-17 23:41:31 -05:00
#!/usr/bin/env sh
set -ou pipefail
cat /dev/urandom | base64 | head -c 64