Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
55139feb9232d5a22f426e5afc7dad43741e1bd7
/
.
/
tools
/
cpp
/
arm-frc-linux-gnueabi
/
arm-frc-linux-gnueabi-gcc
blob: 0e306f1713571cf8365345e09179449a4185d5b3 [
file
] [
log
] [
blame
]
Austin Schuh
55139fe
2015-10-14 23:55:24 -0700
[
diff
] [
blame^
]
1
#!/bin/bash --norc
2
3
exec \
4
"${BAZEL_OUTPUT_ROOT}external/arm-frc-linux-gnueabi-repo/usr/bin/arm-frc-linux-gnueabi-gcc"
\
5
"$@"