shithub: rc

ref: 34576313160661592af3efa13c97e3d261a3ce53
dir: /genpw/

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