From 5c7067464d38c5e1c20f7823a6c8cdc6b5abbb53 Mon Sep 17 00:00:00 2001 From: nonetrix <45698918+nonetrix@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:48:16 -0600 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 a598fad3..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, hence the sleep. - -pidof transmission-daemon >/dev/null || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}") - -transmission-remote -a "$@" && notify-send "🔽 Torrent added."