A shell implementation, written in C.
To build the project, run:
./configure
makeA binary oksh will be built in src/ directory. If you want to install the
application to the specified prefix (default: /usr/local), run make install.
To see all available configuration options, run ./configure --help.
Licensed under the GNU General Public License v3.0 or later.