Groovy Shell Scripting
Groovy on the Shell
Executing shell commands in Groovy
Get groovy for better shell scripts
"명령 문자열"
.
execute
(
)
.
text
// or
[
"mkdir"
,
"-p"
,
"/tmp/help"
]
.
execute
(
)
.
text