random.sh 109 B

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