Add initial codebase

This commit is contained in:
Phil Jay
2021-10-20 11:18:23 +11:00
parent c87131de31
commit 41a040c60e
10 changed files with 732 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# vim: set ft=sh sw=4 :
# shellcheck disable=SC2154
function print_run_info() {
echo "status: ${status}"
echo "output: ${output}"
}