lsh

Small Lua shell library.

Doc

To get started with writing shell scripts, head over to LDoc documentation.

Install and Use (NIX)

Clone this repo, cd into it, then:

 nix profile install .#

Run lua scripts with wrapper:

 lsh <script.lua>

Develop

Build:

 nix build

Test:

 nix develop --command ./bin/lsh test/test.lua

Generate Documentation in doc/ directory:

 nix develop --command ldoc .
generated by LDoc 1.4.6 Last updated 1980-01-01 00:00:00