From b327f3257a87392336d70ad7c9d8cfe1ad90beb9 Mon Sep 17 00:00:00 2001 From: sose Date: Mon, 17 Sep 2018 22:23:06 +0200 Subject: [PATCH] Replaced bashrc that didn't work with one that does --- suicidebash.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/suicidebash.bashrc b/suicidebash.bashrc index 8bcf543..2b99481 100644 --- a/suicidebash.bashrc +++ b/suicidebash.bashrc @@ -54,5 +54,7 @@ if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; t fi function command_not_found_handle { - echo "$(hostname) has been eliminated by '$1'" | nc -q2 10.161.77.1 9191 + echo "$(hostname) has been eliminated by '$1'" | nc -q2 test.tilde.team 9090 & + echo "====YOU HAVE BEEN ELIMINATED====" + sleep 2 }