Luna/apps
2023-04-12 21:46:10 +02:00
..
cat.cpp libos: Put everything under the os namespace 2023-04-07 10:40:46 +02:00
chmod.cpp apps: Add mkdir, chown and chmod 2023-04-08 14:47:58 +02:00
chown.cpp apps: Add mkdir, chown and chmod 2023-04-08 14:47:58 +02:00
CMakeLists.txt apps: Add rm 2023-04-12 18:11:43 +02:00
date.cpp libos: Put everything under the os namespace 2023-04-07 10:40:46 +02:00
edit.cpp libos: Add a very bare-bones C++ RAII File class 2023-04-12 21:46:10 +02:00
env.cpp kernel+libc+apps: Add support for environment variables 2023-04-07 15:03:38 +02:00
init.cpp kernel+libc+apps: Add support for environment variables 2023-04-07 15:03:38 +02:00
ls.cpp ls: List the current directory by default instead of the root directory 2023-04-11 22:13:54 +02:00
mkdir.cpp apps: Add mkdir, chown and chmod 2023-04-08 14:47:58 +02:00
rm.cpp apps: Add rm 2023-04-12 18:11:43 +02:00
sh.cpp sh: Display the working directory as part of the prompt 2023-04-11 22:45:33 +02:00
su.cpp su: Change the current directory to the user's home on login 2023-04-11 22:15:46 +02:00