go-toolbox/entrypoint.sh
Stanislav N. aka pztrn 4e1dc58611
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
More verbosive entrypoint.
2024-07-19 23:30:31 +05:00

10 lines
181 B
Bash

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