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