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