Skip to content

Commit

Permalink
Rename mksh to mkx, bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remino committed Sep 8, 2022
1 parent 37a11ba commit 15aa5b4
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 336 deletions.
31 changes: 8 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
mksh
====
mkx
===

- [mkx](#mkx)
- [Formerly _mksh_](#formerly-mksh)

```
mksh 1.2.1
mkx 2.0.0
Usage: mksh [-bhvx] [-i interpreter] scriptfile
Usage: mkx [-bhvx] [-i interpreter] scriptfile
Make new shell script executable file from template.
Expand All @@ -26,23 +26,8 @@ Options:
```

## mkx
## Formerly _mksh_

`mksh` can be invoked as `mkx` and is aliased as such in this repo. Invoking it as `mkx` is like calling `mksh -b`, and `mkx outputfile interpreter` is like `mksh -i interpreter outputfile`.
As the name _mksh_ is more commonly associated with the [MirBSD Korn Shell](https://www.mirbsd.org/mksh.htm), this repo has been renamed from _mksh_ to _mkx_. The same goes for the namesake script within.

```
mksh 1.2.1
Usage: mkx [-hv] scriptfile [interpreter]
Make new base shell script executable file.
If the file already exists, it will make it executable.
When not specified, interpreter defaults to '/bin/sh'.
Options:
-h Show this help screen.
-v Show script name and version number.
```
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`.
312 changes: 0 additions & 312 deletions mksh

This file was deleted.

1 change: 0 additions & 1 deletion mkx

This file was deleted.

Loading

0 comments on commit 15aa5b4

Please sign in to comment.