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