BOSL2/scripts
Michael Diamond 0666f6482c Refactor and tidy BOSL's shell scripts
* Fixed ShellCheck.net warnings, including
  * exit -1: https://github.com/koalaman/shellcheck/wiki/SC2242
  * cd || exit: https://github.com/koalaman/shellcheck/wiki/SC2164
  * "$foo": https://github.com/koalaman/shellcheck/wiki/SC2086
  * $(( $foo )): https://github.com/koalaman/shellcheck/wiki/SC2004
  * grep | wc -l: https://github.com/koalaman/shellcheck/wiki/SC2126
* Use arrays instead of unquoted strings for loops and command arguments
* Use (( ... )) arithmetic context instead of string comparisons
* Use bash's built-in regex support instead of grep+sed+awk
* Write errors to stderr
2021-05-21 01:01:15 -07:00
..
func_coverage.py Made func_coverace.py more robust. 2020-06-14 20:54:16 -07:00
increment_version.sh Refactor and tidy BOSL's shell scripts 2021-05-21 01:01:15 -07:00
linecount.sh Refactor and tidy BOSL's shell scripts 2021-05-21 01:01:15 -07:00
make_tutorials.sh Refactor and tidy BOSL's shell scripts 2021-05-21 01:01:15 -07:00
purge_wiki_history.sh Refactor and tidy BOSL's shell scripts 2021-05-21 01:01:15 -07:00
run_tests.sh Refactor and tidy BOSL's shell scripts 2021-05-21 01:01:15 -07:00
tutorial_gen.py Attachments tutorial bugfixes. 2021-04-26 15:52:23 -07:00