summaryrefslogtreecommitdiff
path: root/scripts/selectopt
blob: eff605f48561cffcb125dc855ff26781b9f2db7e (plain)
1
2
3
4
5
# !/bin/sh
# a script to select whether music or musiccmd should be called,
# depending on whether mpv is already running or not

pidof mpv >/dev/null && musiccmd || music