5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12)"
|
|
echo "$_pass"
|