shithub: rc

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