4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
transmission-remote -a "$@" && notify-send "Transmission-daemon" "Torrent added"
|