diff options
Diffstat (limited to 'common/init')
-rw-r--r-- | common/init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/init b/common/init index f8c8bb3..341e04c 100644 --- a/common/init +++ b/common/init @@ -26,6 +26,10 @@ require() { exit 1 fi } +die() { + echo "$1" + exit 1 +} # Prompt the user for a specific variable. # ## Args: |