From 3dd29f38568a448f5b836e7ff074732b932d351f Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 21 Apr 2020 20:40:44 +0100 Subject: [PATCH] add auto commit. push script --- add-push-playlist.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 add-push-playlist.sh diff --git a/add-push-playlist.sh b/add-push-playlist.sh new file mode 100755 index 0000000..bc24eed --- /dev/null +++ b/add-push-playlist.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +git add playlists/ +if git commit -m 'auto playlist update' ; then + git push -u origin master +fi