#!/bin/bash #================================================= # COMMON VARIABLES #================================================= # dependencies used by the scripts (generating password and processing IPs) pkg_dependencies="python3-bcrypt python3-yaml" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================