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