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