This commit is contained in:
2025-08-05 18:37:23 -05:00
parent 407213af8c
commit 1dbd1e781f
7 changed files with 26 additions and 44 deletions

View File

@@ -1 +0,0 @@
entry.sh

View File

@@ -3,6 +3,6 @@ cd "$(dirname "$(readlink -f $0)")/.."
export FB_RUNNING_AS_SCRIPT=1
. main.sh
scr_name="$(bash_basename $0)"
cmd="${scr_name//.sh/}"
set -x
cmd="${scr_name//.sh}"
if [[ $DEBUG == 1 ]]; then set -x ; fi
$cmd $@