Replaced bashrc that didn't work with one that does

This commit is contained in:
sose 2018-09-17 22:23:06 +02:00
parent 40176f40cd
commit b327f3257a
1 changed files with 3 additions and 1 deletions

View File

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