dotfiles/tools/genpasswd
2017-10-16 15:13:18 +01:00

5 lines
64 B
Bash
Executable file

#!/bin/bash
l=$1
[ "$l" == "" ] && l=32
openssl rand -base64 $l