password.sh 61 B

123
  1. #!/bin/sh
  2. gpw () { openssl rand -base64 48 | cut -c1-${1}; }