added some more commands

This commit is contained in:
valentijn
2024-01-25 14:22:59 +01:00
parent d0fb604680
commit f6e8eda33c
4 changed files with 153 additions and 13 deletions

View File

@@ -1,10 +1,18 @@
{
"/": {
"file1.txt": "this is the content of file1",
"projects": "dir"
"file1.txt": "this is the content of file1<br> i like cheese :)",
"projects": "dir",
"another_folder": "dir"
},
"/projects/": {
"file2.txt": "this is file 2 :0",
"file3.txt": "and file 3 :D"
"file3.txt": "and file 3 :D",
"kaas": "dir"
},
"/projects/kaas/": {
"file4.txt": "HOW DARE YOU OPEN THIS FILE,<br> NOW YOU WILL BURN IN HELL >:("
},
"/another_folder/": {
"main.py": "this is totally a python script :)"
}
}