mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Feature/pidof (#31)
* Added killall command * Fixed feedbacks of awesomekling * Implemented pidof program and helper to parse arguments called ArgsParser. * Fixed feedbacks in pidof implem. Fixes #26
This commit is contained in:
parent
b7166385de
commit
801d6f572a
5 changed files with 329 additions and 2 deletions
|
@ -7,7 +7,8 @@ AK_OBJS = \
|
|||
../AK/StringBuilder.o \
|
||||
../AK/FileSystemPath.o \
|
||||
../AK/StdLibExtras.o \
|
||||
../AK/MappedFile.o
|
||||
../AK/MappedFile.o \
|
||||
../AK/ArgsParser.o
|
||||
|
||||
LIBC_OBJS = \
|
||||
SharedBuffer.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue