Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
zsh function 'rtorrent'
Zsh function 'rtorrent' which scps the file provided to the proper folder in
kryten, so that rtorrent can download the torrent.
  • Loading branch information
madelinecr committed Aug 25, 2014
1 parent 3b2ff6d commit 2a6176e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/zshrc
Expand Up @@ -123,6 +123,11 @@ function precmd () {
## User helper functions
# ------------------------------------------------------------------------------

# Download a file with rtorrent. Copies argument with scp to kryten.
function rtorrent () {
scp $1 whatcd@kryten:~/torrents/
}

function sync_dropbox_music () {
# Trailing slash vital, copies contents of dir
local source=/nfs/kryten/sensae/music/
Expand Down

0 comments on commit 2a6176e

Please sign in to comment.