/bundles/plugins-trunk/Console/console/bsh/getenv.bsh
# · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 33cfe379b0ad8044f84d928dbd8f8f40 MD5 · raw file
- /* Returns environment variable value. */
- getenv(String env)
- {
- import console.ConsolePlugin;
- return ConsolePlugin.getSystemShellVariableValue(null,env);
- }
- help.getenv = "usage: getenv ( env )";