6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Add torrent to downloading queue.
|
|
|
|
transmission-remote 192.168.1.200 -a "$@" && notify-send " Torrent added."
|