ref: e93fae419be50622bcbe6445c8268b2f0de5bcbc dir: /genpw/
#!/bin/rc n=32 if(~ $1 -n){ n=$2 shift 2 } tr -cd ' '-~ </dev/random | read -c $n echo