Added support for externally sourced apps

This commit is contained in:
Andreas Völker
2019-01-01 12:36:45 +01:00
parent cc732a519d
commit 50f8dd29f7
3 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash -e
echo "Setting Attributes for script"
chmod +x apps/pong.py
chmod +x apps/strobo.py
@@ -46,7 +45,7 @@ pushd external
if [ ! -d "mathpixel" ]; then
git clone https://git.chaospott.de/andreas/mathpixel.git
fi
pushd pixelfoo
pushd mathpixel
git pull
popd
popd
@@ -58,5 +57,6 @@ chmod +x apps/quadratic.py
chmod +x apps/pendlum.py
chmod +x apps/convergence.py
chmod +x apps/swifthohenberg.py
cp -f external/mathpixel/mathpixelconf.py configs/
echo "Setup done"