/$$$$$$$$                                   /$$                     /$$         /$$    /$$$$$$    /$$  
|__  $$__/                                  |__/                    | $$       /$$$$   /$$$_  $$ /$$$$  
   | $$     /$$$$$$   /$$$$$$  /$$$$$$/$$$$  /$$ /$$$$$$$   /$$$$$$ | $$      |_  $$  | $$$$\ $$|_  $$  
   | $$    /$$__  $$ /$$__  $$| $$_  $$_  $$| $$| $$__  $$ |____  $$| $$        | $$  | $$ $$ $$  | $$  
   | $$   | $$$$$$$$| $$  \__/| $$ \ $$ \ $$| $$| $$  \ $$  /$$$$$$$| $$        | $$  | $$\ $$$$  | $$  
   | $$   | $$_____/| $$      | $$ | $$ | $$| $$| $$  | $$ /$$__  $$| $$        | $$  | $$ \ $$$  | $$  
   | $$   |  $$$$$$$| $$      | $$ | $$ | $$| $$| $$  | $$|  $$$$$$$| $$       /$$$$$$|  $$$$$$/ /$$$$$$
   |__/    \_______/|__/      |__/ |__/ |__/|__/|__/  |__/ \_______/|__/      |______/ \______/ |______/

help
List available commands.

pwd
Show the current directory you're in.

ls
List the contents of the current directory.

cd <folder>
Change into the specified directory.

cd ..
Move up to the parent directory.

cat <filename>
Display the contents of a file.