More verbosive entrypoint.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-07-19 23:30:31 +05:00
parent 21040eaa65
commit 4e1dc58611

View File

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