blob: becd2176951f96c012bc800dfc30a2124b544685 (
plain) (
blame)
1
2
3
4
5
6
|
#!/usr/bin/env 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
|