====== groovysh ======
* [[http://groovy-lang.org/groovysh.html|groovysh]]
===== groovysh 설정 =====
* ''$HOME/.groovy/groovysh.profile'' : 셸이 시작될 때 실행된다.
* ''$HOME/.groovy/groovysh.rc'' : 셸이 대화형 모드에 진입할 때 실행된다.
* 현재 설정정보 보기
:show preferences
* 예제 설정파일
:set editor vim
===== Editor 지정 =====
:set editor vim
// 이제 edit 명령을 실행하여 다중 라인(multi line) 코드를 작성할 수 있다
:edit
===== with Gradle =====
* [[https://github.com/tkruse/gradle-groovysh-plugin|gradle-groovysh-plugin]] gradle project의 의존성 설정을 가진채로 ''groovysh'' 실행