shithub: rc

ref: 864c67531f8f2144c9979a486afd3165c13ee816
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