Home

Awesome

<!--- logo generated with "figlet -w 52 -cf smslant jsh && echo -e "\\t\\t\\ta basic UNIX shell implementation in C"" --->
                        _     __ 
                       (_)__ / / 
                      / (_-</ _ \
                   __/ /___/_//_/
                  |___/          
                        a basic UNIX shell implementation in C

Introducing jsh build-status release license

From the manpage:

jsh is a UNIX command interpreter (shell) that executes commands read from the standard input or from a file. jsh implements a subset of the sh language grammar and is intended to be POSIX-conformant.

jsh is written 'just for fun' and is not intented to be a full competitor to advanced UNIX shells such as bash and zsh. jsh is free software and you are welcome to collaborate on the github page or to redistribute jsh under the conditions of the GNU General Public License.

Find out more

AboutInstallation guideConfigurationManualContributing
<div align="center"> <img src="https://jovanbulck.github.io/jsh/icons/info.svg"/> </div><div align="center"> <img src="https://jovanbulck.github.io/jsh/icons/wrench.svg"/> </div><div align="center"> <img src="https://jovanbulck.github.io/jsh/icons/cog.svg"/> </div><div align="center"> <img src="https://jovanbulck.github.io/jsh/icons/book.svg"/> </div><div align="center"> <img src="https://jovanbulck.github.io/jsh/icons/people.svg"/> </div>
Introducing the shellStep-by-step guide to build jshfor your own systemConfiguring the shell for your own useOnline text version of the latest man jshInfo for developers
(open source icons by Open Iconic — www.useiconic.com/open)

Get it!

<a href="https://github.com/jovanbulck/jsh/releases/latest"><img src="http://jovanbulck.github.io/jsh/icons/download_icon_right_space.png" alt="Download logo" title="Download latest release" align="left" /></a>

This page provides pre-built binaries for all official jsh releases. To build jsh yourself, clone this respository, cd into it and execute make. See the wiki page for more info and dependencies overview.