Issue 33: Feature request: launch external program API for Mac and Linux
Status:  New
Owner: ----
Reported by stefano....@gmail.com, Jun 9, 2008
There's no way on Mac and Linux to run an helper application. 

An API that calls the system() syscall would be really useful to extend
gadget extendibility.

Something like:

var path = storage.extract( "myhelper" );
framework.system.run(path);

thanks.