Tomasz Paweł Gajc
|
f806a628aa
|
fix(mksh): requires printf
|
2021-06-30 00:01:41 +02:00 |
Jóhann B. Guðmundsson
|
6c673298f3
|
fix(mksh): minor cleanups
- Remove hard coded path to binary
- Add missing license header
- Document sections
- refactor install section
|
2021-05-25 11:58:43 +00:00 |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
2021-03-13 20:10:43 +01:00 |
tpgxyz
|
519186e9e6
|
add mksh support
|
2019-10-25 11:29:30 +02:00 |