opm-simulators/configure

4 lines
128 B
Plaintext
Raw Normal View History

#!/bin/sh
# forward to the corresponding script in the cmake/Scripts/ directory
exec $(dirname $0)/cmake/Scripts/configure "$@"