1 2 3 4 5 6 7 8 9 10
[tasks.hello-world] script = [ "echo start...", "echo \"Hello World From Script\"", "echo end..." ] [tasks.default] dependencies = ["hello-world"]