mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-07 16:39:21 +00:00
Move scripts to app/switch/resources/scripts
This commit is contained in:
7
app/switch/resources/scripts/mkdir.lua
Normal file
7
app/switch/resources/scripts/mkdir.lua
Normal file
@@ -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