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