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