Aaron Johnson

Results 2 comments of Aaron Johnson

Can confirm. That would fix it.

Just a quick thought: An easy way to use an array of commands ``` myTask { command: ['cd my/path', 'ls -la'].join(';') } ```