#!/bin/bash # Generate a strong password strings /dev/urandom | \ tr -d '\n\t ' | \ head -c 16 && echo