aboutsummaryrefslogtreecommitdiff
path: root/bin/grun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-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 clausesEuAndreh2023-07-291-6/+6
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-3/+8
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-2/+2
| | | | | | | | | | | | | | In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice.
* Fix all ShellCheck warningsEuAndreh2022-10-201-0/+2
| | | | IOW, `make check-shellcheck` passes.
* bin/: Replace usage of assert_arg with assert-argEuAndreh2022-08-131-10/+2
|
* bin/grun: Improve help stringEuAndreh2022-08-131-3/+3
|
* bin/grun: s/FIXME/TODO/ to simplify etc/bash/check.sh testsEuAndreh2022-05-151-2/+2
|
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-121-0/+102