blob: 07394d4d4e577c3b415c7598976222681077080f [file] [log] [blame]
Lee Mracek3126dc42018-06-18 04:44:39 -04001filegroup(
2 name = 'rio_robotCommand',
3 srcs = [ 'robotCommand' ],
4)
5
6sh_binary(
7 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 ],
14)