HackerStuff/.bash_aliases
2017-07-20 18:28:10 -07:00

4 lines
171 B
Bash

alias tcheck="curl -s https://check.torproject.org | cat | grep -m 1 Congratulations | xargs"
alias icanhazip="curl icanhazip.com"
alias newnym="sudo service tor restart"