shithub: rc

ref: 8ce275209ac72588a59a4b00f2d618161c49e3ea
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