shithub: rc

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