From 38ae24599bb86643ff9a59c15ff77b285f40d90d Mon Sep 17 00:00:00 2001 From: Beamer Date: Sun, 1 Jun 2025 12:40:45 +0200 Subject: [PATCH] boot: inital commit --- git_commit_push.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 $!