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:
parent
e5ceec8621
commit
7b66469ab3
3 changed files with 167 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
ArgsParser.cpp
|
||||
ConfigFile.cpp
|
||||
Command.cpp
|
||||
DateTime.cpp
|
||||
DirIterator.cpp
|
||||
ElapsedTimer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue