1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Userland: Introduce the lsblk utility to show list of storage devices

This commit is contained in:
Liav A 2022-06-10 10:05:39 +03:00 committed by Andreas Kling
parent 1dbd32488f
commit a660040806
3 changed files with 95 additions and 0 deletions

View file

@ -149,6 +149,7 @@ target_link_libraries(ls LibMain)
target_link_libraries(lscpu LibMain)
target_link_libraries(lsirq LibMain)
target_link_libraries(lsof LibMain)
target_link_libraries(lsblk LibMain)
target_link_libraries(lspci LibPCIDB LibMain)
target_link_libraries(lsusb LibUSBDB LibMain)
target_link_libraries(man LibMarkdown LibMain)