Create random.sh
This commit is contained in:
parent
df1a274a6d
commit
194ad45308
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
random=$(dd if=/dev/urandom bs=1 count=12 2>/dev/null | base64 | sed 's/[=\+//]//g')
|
||||
echo $random
|
||||
Loading…
Reference in New Issue