memEx/priv/random.sh

5 lines
75 B
Bash
Raw Permalink Normal View History

2022-02-25 21:37:52 -05:00
#!/usr/bin/env sh
set -ou pipefail
cat /dev/urandom | base64 | head -c 64