shithub: rc

ref: a0ba9e985192ba4bb25457633f8c0ce077e633a4
dir: /genpw/

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