databuild/graph/go_exec_wrapper.sh.tpl
2025-04-20 12:15:01 -07:00

11 lines
No EOL
198 B
Smarty

#!/bin/bash
set -e
%{RUNFILES_PREFIX}
%{PREFIX}
EXECUTABLE_BINARY="$(rlocation "databuild+/graph/$(basename "%{EXECUTABLE_PATH}")_")/execute"
# Run the execution
exec "${EXECUTABLE_BINARY}" "$@"