mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
8 lines
242 B
Bash
Executable File
8 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ifinstalled tremc transmission-cli || exit
|
|
|
|
! ps ax | grep -q "\stransmission-daemon$" && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}" &
|
|
|
|
$TERMINAL -e tremc
|