Move scripts to app/switch/resources/scripts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require "resources.functions.mkdir"
|
||||
|
||||
local path = argv[1]
|
||||
|
||||
if path and #path > 0 then
|
||||
mkdir(path)
|
||||
end
|
||||
Reference in New Issue
Block a user