Skip to content

Instantly share code, notes, and snippets.

@osima
Created October 10, 2010 06:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osima/619036 to your computer and use it in GitHub Desktop.
Save osima/619036 to your computer and use it in GitHub Desktop.
環境変数の取得
// g100pon #76 環境変数の取得
//
// Usage : groovy getenv name
//
v = args[0]
println System.getenv()[v]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment