1genrule( 2 name = "others", # same to directory name 3 outs = ["data.txt"], 4 cmd = "echo foo bar baz > $@", 5)