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

11 lines
203 B
Smarty
Executable file

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