boot: inital commit
This commit is contained in:
parent
59c197b026
commit
38ae24599b
|
|
@ -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 $!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue