dotfiles/script_helpers/core.sh
2020-07-29 23:27:04 -04:00

14 lines
328 B
Bash

#!/usr/bin/env bash
# Requires the printing.sh helper to be sourced.
#---------------------------------------------------------------------------------------------------
# API
#---------------------------------------------------------------------------------------------------
abort() {
error "\nAborting...\n"
exit 1
}