shithub: rc

ref: 49bc77cf61eeff79b349ba341a9772487cac1f84
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