![JAR search and dependency download from the Maven repository](/logo.png)
forge.shell.js Maven / Gradle / Ivy
var OSUtils = org.jboss.forge.furnace.util.OperatingSystemUtils;
var System = java.lang.System;
exports.pwd = function() {
return OSUtils.getWorkingDir();
}
exports.cd = function( dir ) {
return System.setProperty("user.dir", dir);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy