diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-17 18:15:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-17 18:15:41 -0300 |
commit | 6f716460752bc82ea51a03f029db8a35246327a5 (patch) | |
tree | c633fa9b2a3d1821a356662c13ddf0631d5b2afe | |
parent | ea472eadae666c696063654e3c35baa35aac5d08 (diff) | |
download | puppet-pyroscope-6f716460752bc82ea51a03f029db8a35246327a5.tar.gz puppet-pyroscope-6f716460752bc82ea51a03f029db8a35246327a5.tar.bz2 |
Automatically start rtorrent
-rw-r--r-- | files/bashrc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/bashrc.sh b/files/bashrc.sh index 2672cc3..cf123a2 100644 --- a/files/bashrc.sh +++ b/files/bashrc.sh @@ -102,3 +102,6 @@ fi if [ -d "$HOME/bin" ] ; then export PATH="$HOME/bin:$HOME/rtorrent:$PATH" fi + +# Start rtorrent +start |