fb8923b841
This can be known from ifinstalled code
7 lines
223 B
Bash
Executable file
7 lines
223 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ifinstalled tremc transmission-cli || exit
|
|
|
|
! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
|
|
|
|
$TERMINAL -e tremc; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"
|