You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Add a single argument/flag for toggling the printouts off (and make printouts a simple function that checks that flag and, if it's true, early returns)
NAME="toggle"
VERSION="0.0.1"
ERR_MSG_ARGUMENT_MISSING="[$NAME][ERROR] Missing program name!\n"
MSG_KILLING_PROGRAM="[$NAME] Program '$1' will be closed.\n"
MSG_RUNNING_PROGRAM="[$NAME] Program '$1' will be run.\n"