summaryrefslogtreecommitdiff
path: root/Userland/Shell
AgeCommit message (Expand)Author
2021-01-18Shell: Allow newlines between `else` and `if`'s closing braceAnotherTest
2021-01-16Shell: use exit code 127 on command not foundNick Vella
2021-01-16Shell: return the exit code of a '-c' command executionNick Vella
2021-01-15Shell: Add formatter for history eventsAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling