More verbosive entrypoint.
This commit is contained in:
parent
21040eaa65
commit
4e1dc58611
@ -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 "----------"
|
||||||
|
|
||||||
"$@"
|
"$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user