1 2 3 4 5 6 7
This command prints a message with `echo`. ```toml [[run]] cmd = ["coreutils", "echo", "message"] ```