#!/bin/bash # # Simple password generator. # head -c ${1:-20} /dev/urandom | base64