databuild/graph/go_analyze_wrapper.sh.tpl
2025-04-18 19:38:05 -07:00

11 lines
206 B
Smarty
Executable file

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