blob: ec7ea863f11af35dc6236c1b528d2e69c898a3ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
alias ll="ls -la"
alias k9="kill -9"
alias quicksrv="python -m SimpleHTTPServer"
alias cheapvpn="sshuttle --dns -r ubuntu@athena 0/0"
alias wgetdir='wget -e robots=off -r --no-parent --reject "index.html*"'
function dotorrent {
scp $1 ubuntu@athena:~/torrents
}
|