以下の内容はhttps://anton0825.hatenablog.com/entry/2015/02/20/000000より取得しました。


gradleでshell commandを実行する

gradleというかgroovyの機能。以下のようにしてshell commandを実行し、その結果を取得できる。

def proc = 'echo "test"'.execute()
proc.waitFor()
proc.in.text // 標準出力に出力された文字列を取得する

参考:




以上の内容はhttps://anton0825.hatenablog.com/entry/2015/02/20/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14