started adding some command functionality

This commit is contained in:
Valentijn :)
2024-01-16 12:28:59 +01:00
parent eaa428518a
commit 713bb6136f
11 changed files with 711 additions and 67 deletions

13
filesystem.json Normal file
View File

@@ -0,0 +1,13 @@
{
"root": {
"home": {
"guest": {
"aboutme.txt": "Ik hou van kaas :)",
"projects": {
"project_1": "Epic project 1",
"project_2": "Epic project 2"
}
}
}
}
}