summaryrefslogtreecommitdiff
path: root/Userland/Shell/main.cpp
AgeCommit message (Expand)Author
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-02Shell: Replace fprintf(stderr) => warnln()Ali Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-16Shell: return the exit code of a '-c' command executionNick Vella
2021-01-12Shell: Move to Userland/Shell/Andreas Kling