diff --git a/default.inc b/default.inc index 253645a..5257ed1 100755 --- a/default.inc +++ b/default.inc @@ -10,4 +10,8 @@ do_with_root() { echo -e "${BOrange}Please run this script as root.${Color_Off}" exit 1 fi +} +EXIT1() { + clear + exit 0 } \ No newline at end of file