feat: Begins moving some scripts into a utils folder and using them as subcommands.

This commit is contained in:
2025-10-06 17:01:07 -04:00
parent b5198a5df6
commit 78e40a9401
4 changed files with 152 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
THIS_FILE=${BASH_SOURCE[0]}
THIS=$(basename "$THIS_FILE")
# Allows script name to be set when called from a parent script or defaults to filename.
THIS=${THIS:-$(basename "$THIS_FILE")}
usage() {
cat <<EOF