diff options
Diffstat (limited to 'gohan.sh')
| -rw-r--r-- | gohan.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
