mpd/add-push-playlist.sh

7 lines
107 B
Bash
Raw Normal View History

2020-04-21 19:40:44 +00:00
#!/bin/sh
git add playlists/
if git commit -m 'auto playlist update' ; then
git push -u origin master
fi