summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rw-r--r--gohan.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index 12db841..1d45a6d 100644
--- a/gohan.sh
+++ b/gohan.sh
@@ -7,6 +7,8 @@
installpkg(){ pacman --noconfirm --needed -S "$1" >/dev/null 2>&1 ;}
+error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
+
### THE ACTUAL SCRIPT ###
### This is how everything happens in an intuitive format and order.