dotfiles/script_helpers/core.sh

14 lines
320 B
Bash
Raw Normal View History

2019-12-31 05:38:46 +00:00
#!/bin/bash
# Requires the printing.sh helper to be sourced.
#---------------------------------------------------------------------------------------------------
# API
#---------------------------------------------------------------------------------------------------
abort() {
error "\nAborting...\n"
exit 1
}