added some more commands
This commit is contained in:
@@ -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 :)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user