LibCore: Add command() utility functions

Add utility functions for executing commands and getting their output.
This commit is contained in:
Itamar 2020-09-15 21:45:21 +03:00 committed by Andreas Kling
commit 7b66469ab3
Notes: sideshowbarker 2024-07-19 02:37:48 +09:00
3 changed files with 167 additions and 0 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
ArgsParser.cpp
ConfigFile.cpp
Command.cpp
DateTime.cpp
DirIterator.cpp
ElapsedTimer.cpp