2 lines
49 B
Text
2 lines
49 B
Text
|
|
fcn mkdir(path) { System.cmd("mkdir -p "+path) }
|
|
|
fcn mkdir(path) { System.cmd("mkdir -p "+path) }
|