11 lines
288 B
Bash
Executable File
11 lines
288 B
Bash
Executable File
#!/bin/sh
|
|
cd "${0%/*}" || exit # Run from this directory
|
|
|
|
wclean libso regionModel
|
|
wclean libso pyrolysisModels
|
|
wclean libso surfaceFilmModels
|
|
wclean libso thermalBaffleModels
|
|
wclean libso regionCoupling
|
|
|
|
#------------------------------------------------------------------------------
|