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