shithub: rc

ref: 28b6bf09cee34300ea8154fc892b9ce3c429db46
dir: rc/genpw

View raw version
#!/bin/rc
n=32
if(~ $1 -n){
	n=$2
	shift 2
}
tr -cd ' '-~ </dev/random | read -c $n
echo