1 2 3 4 5 6 7 8
start: "sh ./start.sh" name: "example" --- start: "sh ./fail.sh" name: "fail" --- start: 'echo "Hello, world!"' name: "echo"