9 lines
181 B
TOML
9 lines
181 B
TOML
[0] ## name must be integer and correspond to the order in which commands are run
|
|
run = "ls -lah" ## command string
|
|
[1]
|
|
run = "pwd"
|
|
[2]
|
|
run = "cargo clean"
|
|
[3]
|
|
run = "cargo build"
|
|
# |