diff options
| author | NilsKrause <NilsKrause@users.noreply.github.com> | 2020-03-24 23:04:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-24 18:04:17 -0400 |
| commit | c14cc2d1f0f67261012eeb134d262ac68ee17d7a (patch) | |
| tree | f071cce9e5303d29b5edb7e64fe507419d91427a /.local/bin | |
| parent | f79a8a367e36a09d5914363f1728aa002e4c8e52 (diff) | |
| download | eibhear-c14cc2d1f0f67261012eeb134d262ac68ee17d7a.tar.gz eibhear-c14cc2d1f0f67261012eeb134d262ac68ee17d7a.tar.zst eibhear-c14cc2d1f0f67261012eeb134d262ac68ee17d7a.zip | |
tramsmission-remote-cli uncontinued, using python3 fork tremc (#513)
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/torwrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/torwrap b/.local/bin/torwrap index 881d8cc..0fbb3a8 100755 --- a/.local/bin/torwrap +++ b/.local/bin/torwrap @@ -1,7 +1,7 @@ #!/bin/sh -ifinstalled transmission-remote-cli transmission-cli || exit +ifinstalled tremc transmission-cli || exit ! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}" -$TERMINAL -e transmission-remote-cli +$TERMINAL -e tremc |
