]> git.rmz.io Git - dotfiles.git/blob - bin/clementine_start-play-pause
flexget: no retry_failed and no_entries_ok on move tasks
[dotfiles.git] / bin / clementine_start-play-pause
1 #!/bin/bash
2
3 lockfile=$(/bin/ls /tmp | grep qtsingleapp-clem-* | grep -v lockfile)
4
5 [[ $lockfile ]] && clementine -t || (clementine & clementine -t)