diff options
Diffstat (limited to 'stdlib/shell.h')
| -rw-r--r-- | stdlib/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/shell.h b/stdlib/shell.h index 9b4e77df..a8f35f65 100644 --- a/stdlib/shell.h +++ b/stdlib/shell.h @@ -21,6 +21,7 @@ Shell_t Shell$escape_text(Text_t text); Shell_t Shell$escape_text_array(Array_t texts); OptionalArray_t Shell$run_bytes(Shell_t command); OptionalText_t Shell$run(Shell_t command); +int32_t Shell$execute(Shell_t command); #define Shell$hash Text$hash #define Shell$compare Text$compare |
