Added setup.sh
This commit is contained in:
parent
ee005954dc
commit
2bf13f3448
12
setup.sh
Executable file
12
setup.sh
Executable 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/
|
Loading…
Reference in New Issue
Block a user