shithub: rc

ref: c9268c57f9f831f21069cbf86e52645b0450c276
dir: /genpw/

View raw version
#!/bin/rc
n=32
if(~ $1 -n){
	n=$2
	shift 2
}
tr -cd ' '-~ </dev/random | read -c $n
echo