shithub: rc

ref: bb8517e37128598e18c4591e194992c9b56fcf88
dir: /genpw/

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