add auto commit. push script

This commit is contained in:
ray 2020-04-21 20:40:44 +01:00
parent 4f35c57b91
commit 3dd29f3856
1 changed files with 6 additions and 0 deletions

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