scripts/transmission-notify

7 lines
306 B
Plaintext
Raw Normal View History

2022-12-26 14:20:37 +01:00
#!/bin/sh
# script to notify me of a finished torrent
quick-notify "Transmission Daemon" "Your torrent ${TR_TORRENT_NAME} has been downloaded"
2023-11-10 21:40:19 +01:00
curl -u ":$(cat .config/ntfy/access_token)" -H "t: Transmission daemon" -d "Your torrent ${TR_TORRENT_NAME} has been downloaded" ntfy.cronyakatsuki.xyz/portage