forked from shibao/cannery
add random script
This commit is contained in:
parent
1e3b027367
commit
95a339fe02
4
priv/random.sh
Normal file
4
priv/random.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
set -ou pipefail
|
||||
|
||||
cat /dev/urandom | base64 | head -c 64
|
Loading…
Reference in New Issue
Block a user