How do I run a shell script in Windows from ignition?

I’ve tried using system.util.execute with arguments:
'path/script.sh'
'path/git/bash.exe' , 'path/script.sh'

But no dice. Can’t remember the error… Will update when I get back to laptop.

Any ideas?

I’ve often had trouble with system.util.execute (Windows and Linux), so I just default to using Popen now.

Cool, ill have a look, thanks