#!/bin/bash # Entrypoint that handles both GitHub/Gitea actions things and direct commands execution. echo "----------" echo "Launching command:" echo "$@" echo "----------" "$@"