boot: inital commit
This commit is contained in:
parent
1925d1595c
commit
d1f39c6b61
|
|
@ -13,6 +13,7 @@ function shutdown()
|
||||||
function startup()
|
function startup()
|
||||||
{
|
{
|
||||||
cd /Users/beamer/Documents/ProPresenter-LIVE
|
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 add --all .
|
||||||
/usr/bin/git commit -m "boot: inital commit"
|
/usr/bin/git commit -m "boot: inital commit"
|
||||||
/usr/bin/git push origin
|
/usr/bin/git push origin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue