Created
October 4, 2010 02:37
-
-
Save elecnix/609189 to your computer and use it in GitHub Desktop.
Open with uTorrent in Nautilus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Make this script executable, then go to a folder with a .torrent file, | |
| # right-click on it, go to Properties, Open With, Add, Select a customized | |
| # application, then browse to the script. Make that the default. | |
| # | |
| # Now, when you right-click on the .torrent, utorrent should be the first choice, | |
| # and double-clicking the file should open it in utorrent. | |
| # | |
| # Note: you should adjust the path to utorrent.exe and the drive letter. | |
| # | |
| wine "/path/to/utorrent.exe" "Z:$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment