7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
set -e -u
|
|
|
|
. ../preCICE_tools/cleaning-tools.sh
|
|
|
|
clean_precice_logs .
|
|
clean_case_logs .
|