shithub: rc

ref: 09450ef5777e7fe9d1065582ca86cf94b00f97e0
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