aboutsummaryrefslogtreecommitdiff
path: root/bin/free-port (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-04re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh1-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-29bin/*: Add matching parenthesis to case clausesEuAndreh1-5/+5
2023-03-29bin/free-port: Try random ports over sequential onesEuAndreh1-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-02bin/free-port: Add new working utilityEuAndreh1-9/+14
2022-08-13bin/forever: Report on the status code of each runEuAndreh1-1/+3
2022-08-13bin/forever: Add working utilityEuAndreh1-8/+10
2022-08-13bin/m: Add working utilityEuAndreh1-4/+16
2022-05-12Move Git repository into ~/.usr/.git/EuAndreh1-0/+0
2022-05-12git mv .local/bin/ .usr/bin/EuAndreh1-0/+0
2022-05-12.local/bin/tmpname: Add working versionEuAndreh1-5/+4
2022-05-12.local/bin/uuid: Add working versionEuAndreh1-12/+7
2022-04-24~/.local/bin/qr: Add scriptEuAndreh1-0/+58