databuild/databuild/graph/rust_execute_wrapper.sh.tpl

11 lines
No EOL
173 B
Smarty

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