shithub: rc

ref: d103e1953785d39435f90c85d684cc8af94e75be
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