6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# script to notify me of a finished torrent
|
||
|
|
||
|
quick-notify "Transmission Daemon" "Your torrent ${TR_TORRENT_NAME} has been downloaded"
|