boot: inital commit

This commit is contained in:
Beamer 2025-11-16 08:33:34 +01:00
parent 1925d1595c
commit d1f39c6b61

View file

@ -13,6 +13,7 @@ function shutdown()
function startup()
{
cd /Users/beamer/Documents/ProPresenter-LIVE
rm -f .git/index.lock # if there was a dying git process during the last shutdown or crash
/usr/bin/git add --all .
/usr/bin/git commit -m "boot: inital commit"
/usr/bin/git push origin