diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-06-12 13:28:24 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-06-12 13:28:24 +0200 |
commit | 406c20222affa4940c4b90b42e8cc22cbe10c5e2 (patch) | |
tree | 92c5a774c82fb8e8e86040610cbdf517881eb804 /libraries/Bridge/Process.h | |
parent | 8674a1b9e9da542b729d660d8f996f0e58008dbd (diff) |
Added Process.runShellCommand*() methods.
Diffstat (limited to 'libraries/Bridge/Process.h')
-rw-r--r-- | libraries/Bridge/Process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/Bridge/Process.h b/libraries/Bridge/Process.h index cf950d4..cacf516 100644 --- a/libraries/Bridge/Process.h +++ b/libraries/Bridge/Process.h @@ -36,6 +36,9 @@ public: unsigned int exitValue(); void close(); + unsigned int runShellCommand(const String &command); + void runShellCommandAsynchronously(const String &command); + operator bool () { return started; } // Stream methods |