diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-04-15 11:15:31 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-04-15 11:15:31 +0300 |
| commit | 4bfa068cd2d96bc868a452aee40c1fd7ab1bc745 (patch) | |
| tree | fcd93278ac739de0a2e883ae0d2635da49ec2a8e /.aliases | |
| parent | 29e210e15e5bbc1ac0445a126bf575fb672767f9 (diff) | |
added wgetdir alias
Diffstat (limited to '.aliases')
| -rw-r--r-- | .aliases | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ 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 |
