2024-11-29 04:18:35 +00:00
|
|
|
[0] ## name must be integer and correspond to the order in which commands are run
|
|
|
|
run = "ls -lah" ## command string
|
|
|
|
[1]
|
|
|
|
run = "pwd"
|
|
|
|
[2]
|
2024-11-29 04:21:04 +00:00
|
|
|
run = "cargo install --path ./ -f"
|
2024-11-29 04:19:13 +00:00
|
|
|
#
|