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