blob: 39dcf68d062901b240b445b44422f05f5c4b203b (
plain)
1
2
3
4
5
6
7
8
|
{ "": {"type": "export", "target": "to_upper"}
, "to_upper":
{ "type": "generic"
, "outs": ["out.txt"]
, "cmds": ["cat hello.txt | tr a-z A-Z > out.txt"]
, "deps": ["hello.txt"]
}
}
|