shithub: rc

ref: 6df9312492956c6f8a9ac74a40e30a421d07430c
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