shithub: rc

ref: 07ec1143c80534a6a5618e3e39cf9ec1f125e252
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