aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/torwrap
blob: 9dc1fac91512e5ae68fc57df1fc2b9e599db8be4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

ifinstalled stig || exit 1

! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."

$TERMINAL -e stig; pkill -RTMIN+7 "${STATUSBAR:-someblocks}"