bsh.util.commands.pwd.bsh Maven / Gradle / Ivy
The newest version!
/**
Print the BeanShell working directory. This is the cwd obeyed by all the
unix-like bsh commands.
*/
pwd() {
print( bsh.cwd );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy