summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.cpp
AgeCommit message (Expand)Author
2021-01-23Shell: Block on the existing event loop instead of pushing a new oneAnotherTest
2021-01-19Shell: Don't spam perror() on kill_job()AnotherTest
2021-01-19Shell: Make 'if' expressions return the unevaluated value of blocksAnotherTest
2021-01-19Shell: Actually return the exit code of the file when running a fileAnotherTest
2021-01-16Shell: use exit code 127 on command not foundNick Vella
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling