description:
JShell is an IDE (Integrated Development Environment)
for creating shell scripts. Therefore it can only be used on unix
/ linux operating systems. Scripts could be created, executed and
stopped within the JShell application. JShell is a free product. See
the license within the application.
screenshots:
installation:
JShell is a java application and needs a runtime environment. Therefore
a JRE or a JDK must be installed. A JRE or a JDK is not
included in the download. For more information about a Java Runtime
Environment see http://java.sun.com.
1. unzip jshell_1.0.0.zip
2. cd jshell_1.0.0/bin
3. ./jshell.sh
Fore more information see README.