diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-18 19:05:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-18 19:05:19 -0400 |
| commit | eb6d0bd888dfdd4ce9845148fceec80883b17bcc (patch) | |
| tree | 980348fe083ce6809b8e03cade4c094cd282c5ec /.scripts/transmission.sh | |
| parent | b57fa03b2f81d528d4bd86ddc50e193cd6c69078 (diff) | |
| download | eibhear-eb6d0bd888dfdd4ce9845148fceec80883b17bcc.tar.gz eibhear-eb6d0bd888dfdd4ce9845148fceec80883b17bcc.tar.zst eibhear-eb6d0bd888dfdd4ce9845148fceec80883b17bcc.zip | |
old scripts removed
Diffstat (limited to '.scripts/transmission.sh')
| -rwxr-xr-x | .scripts/transmission.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.scripts/transmission.sh b/.scripts/transmission.sh deleted file mode 100755 index 794f6bb..0000000 --- a/.scripts/transmission.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -if [ -f $(pgrep transmission) ]; - then - urxvt -e transmission-remote-cli - else - transmission-daemon && urxvt -e transmission-remote-cli -fi |
