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