shithub: rc

ref: ef55ac8cdcb2971ce09f7c817e26c91e8d550489
dir: /bin/genpw/

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