mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +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
Notes:
sideshowbarker
2024-07-19 02:37:48 +09:00
Author: https://github.com/itamar8910
Commit: 7b66469ab3
Pull-request: https://github.com/SerenityOS/serenity/pull/3470
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
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