7 lines
262 B
Bash
Executable file
7 lines
262 B
Bash
Executable file
#!/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:?}"
|
|
|
|
$TERMINAL -e transmission-remote-cli
|