diff options
author | joe <rbo@gmx.us> | 2025-10-01 16:59:22 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 16:59:22 +0200 |
commit | 1e1f853c247fbf366b2692ac8222abfaeecbb84a (patch) | |
tree | a920cdf5e2132e51a8dfc8d559b6c052a6013793 /.local/bin/tsm-done.sh | |
parent | up (diff) | |
download | dotfiles-bsd-1e1f853c247fbf366b2692ac8222abfaeecbb84a.tar.gz dotfiles-bsd-1e1f853c247fbf366b2692ac8222abfaeecbb84a.tar.bz2 dotfiles-bsd-1e1f853c247fbf366b2692ac8222abfaeecbb84a.tar.xz dotfiles-bsd-1e1f853c247fbf366b2692ac8222abfaeecbb84a.tar.zst dotfiles-bsd-1e1f853c247fbf366b2692ac8222abfaeecbb84a.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/tsm-done.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/tsm-done.sh b/.local/bin/tsm-done.sh deleted file mode 100755 index 1bea50b..0000000 --- a/.local/bin/tsm-done.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -notify-send \ - -u normal \ - -t 10000 \ - 'Transmission' \ - ' Torrent <b>'"$TR_TORRENT_NAME"'</b> downloaded to <b>'"$TR_TORRENT_DIR"'</b>' |