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