rushon 0.1.2

A simple and fast task runner for multipul components.
1
2
3
4
5
6
7
8
9
10
11
12
13
[ping0]
env = {}
cwd = "/home/alan/"
program = "/bin/ping"
args = ["192.168.11.1"]
deps = []

[ping1]
env = {}
cwd = "."
program = "makers"
args = []
deps = []