blob: 07394d4d4e577c3b415c7598976222681077080f [file] [log] [blame]
Lee Mracek3126dc42018-06-18 04:44:39 -04001filegroup(
James Kuszmaul41fa78a2019-12-14 20:53:14 -08002 name = 'rio_robotCommand',
3 srcs = [ 'robotCommand' ],
Lee Mracek3126dc42018-06-18 04:44:39 -04004)
5
6sh_binary(
James Kuszmaul41fa78a2019-12-14 20:53:14 -08007 name = 'setup_roborio',
8 srcs = [ 'setup_roborio.sh' ],
9 visibility = [ '//visibility:public' ],
10 data = [
11 ':rio_robotCommand',
12 '@arm_frc_linux_gnueabi_repo//:compiler_pieces',
13 ],
Lee Mracek3126dc42018-06-18 04:44:39 -040014)