source/tools/runtool.sh

6 lines
62 B
Bash
Raw Normal View History

2025-02-06 01:57:11 +00:00
#!/usr/bin/env sh
cd "${BUILD_WORKING_DIRECTORY}"
exec "$@"