build on amd64

This commit is contained in:
2025-08-03 10:30:15 -05:00
parent c4204822e0
commit 07207f6e82
6 changed files with 90 additions and 28 deletions

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}"
cmd="${scr_name//.sh/}"
set -x
$cmd $@