Move scripts to app/switch/resources/scripts

This commit is contained in:
markjcrane
2023-06-24 08:32:56 -06:00
parent 0d39719318
commit 88faf89219
199 changed files with 129 additions and 136 deletions

View File

@@ -0,0 +1,7 @@
require "resources.functions.mkdir"
local path = argv[1]
if path and #path > 0 then
mkdir(path)
end