forked from norman/fusionpbx-install.sh-github-mirror
5 lines
109 B
Bash
Executable File
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
|