colorful elimination

This commit is contained in:
James Tomasino 2019-03-22 11:37:08 -04:00
parent b8fc323327
commit 01db7de9b3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}