1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

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
parent e5ceec8621
commit 7b66469ab3
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