2018-04-10 21:14:40 +02:00

5 lines
83 B
Bash
Executable File

#!/bin/sh
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12)"
echo "$_pass"