
efanofornari.bsh-console.1.3.0.source-code.init.bsh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bsh-console Show documentation
Show all versions of bsh-console Show documentation
A BeanShell console with history, autocompletion and more...
The newest version!
importCommands("ste/bshell/commands");
printBanner() {
print("Welcome to bshell ${version}\n");
}
getBshPrompt() {
return "\u001b[34;1mbsh #\u001b[0m ";
}
HISTORY_FILE=System.getProperty("user.home") + "/.bshell.history";
//
// Help system configuration
//
bshell.help="help";
© 2015 - 2025 Weber Informatics LLC | Privacy Policy