9d56d3e272
Also add simple description comment to all script.
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Script to run after torrent downloading ends.
|
|
|
|
notify-send " Transmission" "$TR_TORRENT_NAME downloaded successfully!"
|