6 lines
155 B
TOML
6 lines
155 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 build" |