| Issue 33: | Feature request: launch external program API for Mac and Linux | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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. |