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