diff --git a/git_commit_push.sh b/git_commit_push.sh index 98fb3df..93b18e0 100755 --- a/git_commit_push.sh +++ b/git_commit_push.sh @@ -12,7 +12,10 @@ function shutdown() function startup() { - + cd /Users/beamer/Documents/ProPresenter-LIVE + /usr/bin/git add --all . + /usr/bin/git commit -m "boot: inital commit" + /usr/bin/git push origin tail -f /dev/null & wait $!