From 01db7de9b3214f248d022b5963f05a9b8cdbdb62 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Fri, 22 Mar 2019 11:37:08 -0400 Subject: [PATCH] colorful elimination --- suicidebash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1