set -x and sort the deps

This commit is contained in:
2025-07-29 19:30:58 -05:00
parent 7f23cb6824
commit 51b4400928
3 changed files with 4 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ export FB_RUNNING_AS_SCRIPT=1
. main.sh
scr_name="$(bash_basename $0)"
cmd="${scr_name//.sh/}"
set -x
$cmd $@