shithub: rc

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