add random script

This commit is contained in:
shibao 2022-02-25 21:37:52 -05:00 committed by oliviasculley
parent 1e3b027367
commit 95a339fe02
1 changed files with 4 additions and 0 deletions

4
priv/random.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
set -ou pipefail
cat /dev/urandom | base64 | head -c 64