6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# OASIS_START
|
||
|
make configure CONFIGUREFLAGS="$*"
|
||
|
# OASIS_STOP
|