mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
|
#!/bin/sh
|
||
|
# forward to the corresponding script in the cmake/Scripts/ directory
|
||
|
exec $(dirname $0)/cmake/Scripts/configure "$@"
|