aboutsummaryrefslogtreecommitdiff
path: root/libraries/Bridge/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Bridge/Process.h')
-rw-r--r--libraries/Bridge/Process.h3
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