diff --git a/push.sh b/push.sh index 0527948..6f13a9e 100755 --- a/push.sh +++ b/push.sh @@ -13,4 +13,9 @@ sed -i 's/\.\.\/pkg/\.\/pkg/g' tmp/bootstrap.js echo "rsyncing" rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/ -rm -fr tmp \ No newline at end of file +rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../integral-demo/ +rm -fr tmp +cd ../integral-demo +git add . +git commit -m "update" +git push \ No newline at end of file diff --git a/www/index.html b/www/index.html index 92b8343..c7038db 100644 --- a/www/index.html +++ b/www/index.html @@ -37,14 +37,6 @@

I’m Open Source! (and licensed under AGPLv3)

-

Frequent Issues

- -

Not Using Explicit Multiplication

- - -

What Expressions Can I Use?