| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-01-04 | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 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. | |||||
| 2023-07-29 | bin/*: Add matching parenthesis to case clauses | EuAndreh | 1 | -5/+5 | |
| 2023-03-29 | bin/free-port: Try random ports over sequential ones | EuAndreh | 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. | |||||
| 2022-12-02 | bin/free-port: Add new working utility | EuAndreh | 1 | -9/+14 | |
| 2022-08-13 | bin/forever: Report on the status code of each run | EuAndreh | 1 | -1/+3 | |
| 2022-08-13 | bin/forever: Add working utility | EuAndreh | 1 | -8/+10 | |
| 2022-08-13 | bin/m: Add working utility | EuAndreh | 1 | -4/+16 | |
| 2022-05-12 | Move Git repository into ~/.usr/.git/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | git mv .local/bin/ .usr/bin/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | .local/bin/tmpname: Add working version | EuAndreh | 1 | -5/+4 | |
| 2022-05-12 | .local/bin/uuid: Add working version | EuAndreh | 1 | -12/+7 | |
| 2022-04-24 | ~/.local/bin/qr: Add script | EuAndreh | 1 | -0/+58 | |
