serenity/Shell
Andreas Kling 6b585f9dd7 Shell: Fix an error message incorrectly complaining about lstat() failure.
The syscall used is actually stat(), so let's be correct about that.
2019-05-31 06:07:09 +02:00
..
.gitignore
GlobalState.h
LineEditor.cpp Kernel: Add a beep() syscall that beeps the PC speaker. 2019-05-15 21:40:41 +02:00
LineEditor.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp Shell: Fix an error message incorrectly complaining about lstat() failure. 2019-05-31 06:07:09 +02:00
Makefile
Parser.cpp Shell: Add append operator (>>) 2019-05-26 01:32:05 +02:00
Parser.h Add clang-format file 2019-05-28 17:31:20 +02:00