This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
fusionpbx
Watch
2
Star
0
Fork
You've already forked fusionpbx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
fusionpbx
/
app
/
switch
/
resources
/
scripts
/
mkdir.lua
8 lines
103 B
Lua
Raw
Permalink
Blame
History
require
"
resources.functions.mkdir
"
local
path
=
argv
[
1
]
if
path
and
#
path
>
0
then
mkdir
(
path
)
end
Reference in New Issue
View Git Blame
Copy Permalink