~johan-hake/dolfin/general-rk-solver

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# This script runs all the others.

echo "The following scripts will now be run:"
echo ""
echo "  cmake/scripts/generate-form-files"
echo "  cmake/scripts/generate-cmakefiles"
echo "  cmake/scripts/generate-swig-interface"
echo "  cmake/scripts/generate-swig-docstrings"
echo "  cmake/scripts/download-demo-data"
echo ""
echo "Press return to continue."
read x

./cmake/scripts/generate-form-files
./cmake/scripts/generate-cmakefiles
./cmake/scripts/generate-swig-interface
./cmake/scripts/generate-swig-docstrings
./cmake/scripts/download-demo-data