add auto commit. push script

This commit is contained in:
ray 2020-04-21 20:40:44 +01:00
commit 3dd29f3856

6
add-push-playlist.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
git add playlists/
if git commit -m 'auto playlist update' ; then
git push -u origin master
fi