blob: 0f4f7ba64585c0008d6a91f44337b2bfbd6581c0 [file] [log] [blame]
Lee Mracek3126dc42018-06-18 04:44:39 -04001filegroup(
Austin Schuh8e17be92019-12-24 09:32:11 -08002 name = "rio_robotCommand",
3 srcs = ["robotCommand"],
Lee Mracek3126dc42018-06-18 04:44:39 -04004)
5
6sh_binary(
Austin Schuh8e17be92019-12-24 09:32:11 -08007 name = "setup_roborio",
8 srcs = ["setup_roborio.sh"],
9 data = [
10 ":rio_robotCommand",
11 "@arm_frc_linux_gnueabi_repo//:compiler_pieces",
12 ],
13 visibility = ["//visibility:public"],
Lee Mracek3126dc42018-06-18 04:44:39 -040014)