From 3202db8c70b28acf93ac8852789c3b854c6fa971 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 3 Jul 2013 20:06:26 +0200 Subject: [PATCH] Showcolors: proper cleanup --- showcolors.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/showcolors.bash b/showcolors.bash index d64e1fc..3a60b29 100755 --- a/showcolors.bash +++ b/showcolors.bash @@ -9,3 +9,6 @@ fi for i in {0..255}; do tput setab $i && echo -n " $i " done + +tput sgr0 +echo