aboutsummaryrefslogtreecommitdiff
path: root/include/Exec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Exec.hpp')
-rw-r--r--include/Exec.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Exec.hpp b/include/Exec.hpp
index 9996073..93ce307 100644
--- a/include/Exec.hpp
+++ b/include/Exec.hpp
@@ -14,6 +14,7 @@ namespace sibs
};
Result<ExecResult> exec(const _tinydir_char_t *cmd, bool print = false);
+ Result<ExecResult> exec(const FileString &cmd, bool print = false);
}
#endif //SIBS_EXEC_HPP