mirror of https://github.com/tiyn/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
253 B
7 lines
253 B
5 years ago
|
#!/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 i3blocks
|
||
|
|
||
|
$TERMINAL -e transmission-remote-cli
|