#!/bin/bash #================================================= # COMMON VARIABLES #================================================= if [ "$registration" -eq 1 ]; then registration="true" else registration="false" fi #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================