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