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