_ __
(_)__ / /
/ (_-</ _ \
__/ /___/_//_/
|___/
a basic UNIX shell implementation in C
From the man
page:
jsh
is a UNIX command interpreter (shell) that executes commands read from the standard input or from a file.jsh
implements a subset of thesh
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 asbash
andzsh
.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.
About | Installation guide | Configuration | Manual | Contributing |
---|---|---|---|---|
Introducing the shell | Step-by-step guide to build jsh for your own system |
Configuring the shell for your own use | Online text version of the latest man jsh |
Info for developers |
(open source icons by Open Iconic — www.useiconic.com/open) |
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.