summaryrefslogtreecommitdiffstats
path: root/.local/bin/torwrap
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/torwrap')
-rwxr-xr-x.local/bin/torwrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/torwrap b/.local/bin/torwrap
index becd217..881d8cc 100755
--- a/.local/bin/torwrap
+++ b/.local/bin/torwrap
@@ -1,4 +1,5 @@
-#!/usr/bin/env sh
+#!/bin/sh
+
ifinstalled transmission-remote-cli transmission-cli || exit
! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}"