Linux Tor enabled code example
Example: Linux Tor enabled
curl -sX GET "https://check.torproject.org/" | grep -E "<h1 class=\"[on|not].*\">" -A 2 | tail -n 1 | sed 's/^[ \t]*//'
curl -sX GET "https://check.torproject.org/" | grep -E "<h1 class=\"[on|not].*\">" -A 2 | tail -n 1 | sed 's/^[ \t]*//'