6 lines
126 B
Plaintext
Raw Normal View History

#!/bin/sh
# Add torrent to downloading queue.
2021-01-19 20:55:32 +01:00
transmission-remote 192.168.1.200 -a "$@" && notify-send " Torrent added."