diff --git a/suicidebash.bashrc b/suicidebash.bashrc index e35866d..064b4de 100644 --- a/suicidebash.bashrc +++ b/suicidebash.bashrc @@ -56,7 +56,7 @@ fi suicidePostCommand() { if [ $? -ne 0 ]; then ssh -o "StrictHostKeyChecking no" testuser@10.123.168.1 & - echo "====YOU HAVE BEEN ELIMINATED====" + echo "$(tput setaf 3)====$(tput setaf 1)$(tput bold)YOU HAVE BEEN ELIMINATED$(tput sgr0)$(tput setaf 3)====$(tput sgr0)" sleep 2 fi }