6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd "${BUILD_WORKING_DIRECTORY}"
|
||
|
|
||
|
exec "$@"
|