From 6efdcb3832d56ded756c583a6631c22edcee44de Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Tue, 7 Apr 2020 00:53:41 -0500 Subject: [PATCH] Delete transadd --- .local/bin/transadd | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/transadd diff --git a/.local/bin/transadd b/.local/bin/transadd deleted file mode 100755 index 5d8f510d..00000000 --- a/.local/bin/transadd +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Mimeapp script for adding torrent to transmission-daemon, but will also start the daemon first if not running. - -# transmission-daemon sometimes fails to take remote requests in its first moments. - -pgrep -x transmission-da || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}") - -transmission-remote -a "$@" && notify-send "🔽 Torrent added."