dotfiles/scripts/pswrd

3 lines
70 B
Plaintext
Raw Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
cat /dev/urandom | tr -dc "a-zA-Z0-9_" | head -c 50; echo