shithub: rc

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