This commit is contained in:
Darren 'Tadgy' Austin 2017-12-01 14:41:16 +00:00
commit fa01744673

View file

@ -6,6 +6,6 @@ if (( $SHLVL == 1 )); then
elif [ -x /usr/bin/tput ]; then elif [ -x /usr/bin/tput ]; then
/usr/bin/tput clear /usr/bin/tput clear
else else
echo "${BASH_SOURCE##*/}: couldn't clear the screen" echo -ne "\E[2J"
fi fi
fi fi