]> git.rmz.io Git - dotfiles.git/blob - bin/clementine_start-play-pause
Other changes at cadscan (with the ones I want to keep stripped)
[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)