5 lines
60 B
Text
5 lines
60 B
Text
|
#!/bin/sh
|
||
|
# A noop xcrun for initial Boxen runs.
|
||
|
|
||
|
exec "$@"
|