From 2eb9c9780a8a0d5d4a1956594408889d9977cf03 Mon Sep 17 00:00:00 2001 From: Markus Kepert Date: Tue, 5 May 2020 14:06:54 +0000 Subject: [PATCH] add clear at clean exit function --- bashtop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashtop b/bashtop index e18db45..dd700c0 100755 --- a/bashtop +++ b/bashtop @@ -452,7 +452,8 @@ quit_() { #? Clean exit if [[ $config_file != "/dev/null" ]]; then save_config "${save_array[@]}" fi - + + clear exit 0 }