/ Published in: Groovy
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
groovy -e "(1..50).each{ new File('.',(it.toString().padLeft(2,'0'))).mkdirs()} "