aboutsummaryrefslogtreecommitdiff
path: root/bin/bins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-5/+5
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* bin/: Cleanup temp file before exitEuAndreh2023-02-231-1/+1
|
* bin/bins: Add -F optionEuAndreh2022-11-121-2/+10
|
* bin/bins: Allow multiple instances to be ran concurrentlyEuAndreh2022-10-301-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 warningsEuAndreh2022-10-201-1/+3
| | | | IOW, `make check-shellcheck` passes.
* bin/bins: Add helper utility for listing binariesEuAndreh2022-08-121-0/+73