aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/launch-transmission
blob: 568d12e8606eb1b9e0d0daf4b2d7875eb11a8b89 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Start transmission's remote gtk frontend, if the daemon is not running, then start it as well

if ! [ -f "$HOME/.cache/transdaemonpid" ] ; then
	toggletorrent
fi

transmission-remote-gtk