mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
1 line
73 B
Bash
1 line
73 B
Bash
alias gen_pass="< /dev/urandom tr -dc .\$_A-Z-a-z-0-9 | head -c21; echo"
|