add all the other programs

This commit is contained in:
Luna 2025-12-29 19:08:20 -03:00
parent 2abf9b46e5
commit 41d0fe2ebe
17 changed files with 33 additions and 1 deletions

1
mkdir.yarn Normal file
View file

@ -0,0 +1 @@
{"protected":false,"mode":"f","metadata":{"name":"mkdir","author":"Luna Magdalena :3","version":[1],"dependencies":[],"runner":[],"paths":{"mkdir.js":"%B/mkdir.js"}},"content":"{\"mkdir.js\":{\"protected\":true,\"metadata\":{},\"mode\":\"f\",\"content\":\"if (!args[0]) {\\n display.print(\\\"No path provided\\\", 0xf000)\\n quit()\\n}\\n\\ntry {\\n fs.makeDir(args[0])\\n} catch (e) {\\n display.print(\\\"Error creating directory\\\", 0x1000)\\n}\\nquit()\"}}"}