aboutsummaryrefslogtreecommitdiff
path: root/bin/max (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-04-12bin/: Make help string more consistent across several executablesEuAndreh1-0/+7
2022-08-12bin/{min,max,clamp}: Add "Examples" section to help stringEuAndreh1-0/+23
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/{max,min}: Add working versionsEuAndreh1-5/+13
2022-05-12.local/bin/uuid: Add working versionEuAndreh1-12/+7
2022-04-24~/.local/bin/qr: Add scriptEuAndreh1-0/+58