Flesh out shims and wrappers

This commit is contained in:
Michael Wolf
2025-11-08 09:54:33 -06:00
parent 6a4a2f7eef
commit 292ce4be7f
9 changed files with 39 additions and 6 deletions

4
cmd
View File

@@ -16,4 +16,6 @@ subcmd="$1"
shift
exec "$DIR"/cmd.d/"$subcmd" "$@"
echo will run "$DIR"/framework/cmd.d/"$subcmd" "$@"
exec "$DIR"/framework/cmd.d/"$subcmd" "$@"