Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 1 | -1/+1 |
| | | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. | ||||
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | |||||
* | bin/free-port: Try random ports over sequential ones | EuAndreh | 2023-03-29 | 1 | -2/+7 |
| | | | | | | To diminish race-conditions where two separate processes call free-port(1) and get the same port that is free at that time, but only one is able to bind to it. | ||||
* | bin/free-port: Add new working utility | EuAndreh | 2022-12-02 | 1 | -0/+73 |