diff options
Diffstat (limited to 'dotfiles/.local/bin/mopidy_launch')
-rwxr-xr-x | dotfiles/.local/bin/mopidy_launch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/mopidy_launch b/dotfiles/.local/bin/mopidy_launch new file mode 100755 index 0000000..d6bd4cf --- /dev/null +++ b/dotfiles/.local/bin/mopidy_launch @@ -0,0 +1,4 @@ +#!/bin/sh + +killall -q mopidy +mopidy |