사용자 도구

사이트 도구


groovy:shellscript

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

groovy:shellscript [2016/04/10 21:41]
kwon37xi 만듦
groovy:shellscript [2016/04/10 21:44] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Groovy Shell Scripting ====== ====== Groovy Shell Scripting ======
-  * [[http://www.joergm.com/2010/09/executing-shell-commands-in-groovy/|» Executing shell commands in Groovy]]+  * [[http://www.slideshare.net/sascha_klein/groovy-on-the-shell|Groovy on the Shell]] 
 +  * [[http://www.joergm.com/2010/09/executing-shell-commands-in-groovy/|Executing shell commands in Groovy]]
   * [[https://www.eriwen.com/groovy/groovy-shell-scripts/|Get groovy for better shell scripts]]   * [[https://www.eriwen.com/groovy/groovy-shell-scripts/|Get groovy for better shell scripts]]
 <code groovy> <code groovy>
 "명령 문자열".execute().text "명령 문자열".execute().text
 +// or
 +["mkdir", "-p", "/tmp/help"].execute().text
 </code> </code>
  
groovy/shellscript.txt · 마지막으로 수정됨: 2016/04/10 21:44 저자 kwon37xi