copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
11
preCICE_tools/clean-tutorial-base.sh
Executable file
11
preCICE_tools/clean-tutorial-base.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
set -e -u
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
. ../tools/cleaning-tools.sh
|
||||
|
||||
clean_tutorial .
|
||||
clean_precice_logs .
|
||||
rm -fv ./*.log
|
||||
rm -fv ./*.vtu
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue