Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | bin/: Cleanup temp file before exit | EuAndreh | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | bin/bins: Add -F option | EuAndreh | 2022-11-12 | 1 | -2/+10 |
| | |||||
* | bin/bins: Allow multiple instances to be ran concurrently | EuAndreh | 2022-10-30 | 1 | -3/+4 |
| | | | | | | Use a unique temporary file for each instance, so that when more than one is active at the same time, they don't try to "mv" the "bins-tmp" file more than once. | ||||
* | Fix all ShellCheck warnings | EuAndreh | 2022-10-20 | 1 | -1/+3 |
| | | | | IOW, `make check-shellcheck` passes. | ||||
* | bin/bins: Add helper utility for listing binaries | EuAndreh | 2022-08-12 | 1 | -0/+73 |