But did YOU know (minified)

This commit is contained in:
github-actions[bot]
2026-04-30 15:09:56 +00:00
parent 663354f781
commit 53710672c7
43 changed files with 66 additions and 43 deletions
+1 -1
View File
@@ -1 +1 @@
utf-8
local a=...local b=import("filesystem")if not a then return end;if a:sub(1,1)~="/"then a=b.concat(shell.workingDirectory,a)end;if b.exists(a)and b.isDirectory(a)then shell.workingDirectory=b.canonical(a)else print("\27[91mNo such directory.")end