v0.8.0 - Added help and fetch.

This commit is contained in:
TheWahlolly
2025-04-27 18:25:12 +03:00
parent 109c0beffb
commit 614c9011cf
20 changed files with 214 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
All current Halyde shell commands:
cat Concatenates and prints a file.
cd Changes directory.
clear Clears the screen.
cp Copies a file.
echo Prints a message.
fetch Displays system information.
help Shows this.
ls Lists files.
lua Starts the Lua shell.
mv Moves/renames a file.
rm Deletes a file.
You can get additional information on any app or command by running:
help [COMMAND]