boot: inital commit

This commit is contained in:
Beamer 2025-06-01 12:40:45 +02:00
parent 59c197b026
commit 38ae24599b

View file

@ -12,7 +12,10 @@ function shutdown()
function startup() 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 & tail -f /dev/null &
wait $! wait $!