4 lines
43 B
Bash
4 lines
43 B
Bash
#!/bin/sh
|
|
|
|
exec ${0%_with_cmake} ${1+"$@"}
|
#!/bin/sh
|
|
|
|
exec ${0%_with_cmake} ${1+"$@"}
|