dotfiles/.local/bin/scripts/mpdr

8 lines
146 B
Plaintext
Raw Normal View History

2023-09-11 23:16:35 +00:00
#!/bin/sh -e
# Reload mpd with appropriate config
yadm alt
cd $XDG_CONFIG_HOME/mpd
mv *template ..
mv ../*template .
systemctl --user restart mpd