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