Skip to content

runepeter/gshell

 
 

Repository files navigation

Description

GShell - A command-line shell framework.

License

Apache 2.0

Support

To submit an issue, please use the Sonatype Issue Tracker.

Building

Requirements

  • Maven 3+ (3.0+)
  • Java 5+

Check out and build:

git clone git://github.com/sonatype/gshell.git
cd gshell
mvn install

After this completes, you can unzip the assembly and launch the shell:

unzip gshell-assembly/target/gshell-*-bin.zip
./gshell-*/bin/gsh

Packages

No packages published

Languages

  • Java 100.0%