Files
2017-05-16 00:04:42 +00:00

5 lines
109 B
Bash
Executable File

#!/bin/sh
random=$(dd if=/dev/urandom bs=1 count=20 2>/dev/null | base64 | sed 's/[=\+//]//g')
echo $random