shithub: rc

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