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,5 @@
function basename(file_name)
return (string.match(file_name, "([^/]+)$"))
end
return basename