add auto commit. push script
This commit is contained in:
parent
4f35c57b91
commit
3dd29f3856
1 changed files with 6 additions and 0 deletions
6
add-push-playlist.sh
Executable file
6
add-push-playlist.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
git add playlists/
|
||||
if git commit -m 'auto playlist update' ; then
|
||||
git push -u origin master
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue