2021-01-19 20:55:32 +01:00

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."