Added setup.sh

This commit is contained in:
Andreas Völker 2019-01-01 13:03:08 +01:00
parent ee005954dc
commit 2bf13f3448

12
setup.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
cp -f quadratic.py ../../apps/
cp -f pendlum.py ../../apps/
cp -f convergence.py ../../apps/
cp -f swifthohenberg.py ../../apps/
chmod +x ../../apps/quadratic.py
chmod +x ../../apps/pendlum.py
chmod +x ../../apps/convergence.py
chmod +x ../../apps/swifthohenberg.py
cp -f mathpixelconf.py ../../configs/