go-toolbox/entrypoint.sh

10 lines
181 B
Bash
Raw Normal View History

#!/bin/bash
# Entrypoint that handles both GitHub/Gitea actions things and direct commands execution.
2024-07-19 23:30:31 +05:00
echo "----------"
echo "Launching command:"
echo "$@"
echo "----------"
"$@"