dotfiles/scripts/pswrd
2022-02-13 21:02:44 -05:00

3 lines
70 B
Bash
Executable File

#!/bin/bash
cat /dev/urandom | tr -dc "a-zA-Z0-9_" | head -c 50; echo