mathpixel/setup.sh

17 lines
432 B
Bash
Raw Normal View History

2019-01-01 12:03:08 +00:00
#!/bin/bash
cp -f quadratic.py ../../apps/
cp -f pendlum.py ../../apps/
cp -f convergence.py ../../apps/
cp -f swifthohenberg.py ../../apps/
2019-01-01 12:40:17 +00:00
cp -f sinic.py ../../apps/
cp -f sinic2.py ../../apps/
2019-01-01 12:03:08 +00:00
chmod +x ../../apps/quadratic.py
chmod +x ../../apps/pendlum.py
chmod +x ../../apps/convergence.py
chmod +x ../../apps/swifthohenberg.py
2019-01-01 12:40:17 +00:00
chmod +x ../../apps/sinic.py
chmod +x ../../apps/sinic2.py
cp -f mathpixelconf.py ../../configs/