6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
set -e -u
|
|
|
|
. ../../tools/cleaning-tools.sh
|
|
|
|
clean_openfoam .
|