gen (170B)
1 #!/bin/sh 2 # generate passwordssss 3 length=40 4 [ "$#" -gt 1 ] && { echo "usage: ${0##*/} [length]" 1>&2; exit 1; } 5 [ "$#" -eq 1 ] && length=$1 6 jot -rcs '' "$length" 32 126
![]() | pasta_scriptssome useful scripts |
git clone https://git.pastanoggin.com/pasta_scripts.git | |
Log | Files | Refs | README | LICENSE |