All Downloads are FREE. Search and download functionalities are using the official Maven repository.

efanofornari.bsh-console.1.3.0.source-code.init.bsh Maven / Gradle / Ivy

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