#!/bin/bash # check Tor connection if ! (curl -s "https://check.torproject.org" | grep -e 'Congra*' | cut -d "." -f 2 | sort -u); then echo "Estas en riesgo!!" else echo -e "\n---+ Felicidades Haxxor, Happy hacking!! +----\n" fi