Make new executable shell script file from template.
Rémino Rem https://remino.net/, 2022-2025, ISC licence.
git clone https://github.com/remino/mkx
cd mkx
./mkx
brew install remino/remino/mkx
./mkx
See the help screen or the manual page for details on how to use mkx
:
# Help screen
mkx -h
# Manual page
man mkx
As the name mksh is more commonly associated with the MirBSD Korn Shell, this repo has been renamed from mksh to mkx. The same goes for the namesake script within.
Invoking mksh
with mkx
used to be the equivalent of mksh -b
or
mksh -i <interpreter>
. But the with this name change, mkx
was now made to
work like mksh
.
Tests are written in Bats.
To run them, install Bats and run bats tests
in the project root directory.