shithub: rc

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