iperf3exporter/vendor/github.com/tommy-muehle/go-mnd/v2/entrypoint.sh

8 lines
209 B
Bash
Raw Permalink Normal View History

2021-10-20 10:08:56 +02:00
#!/usr/bin/env bash
# Expand the arguments into an array of strings. This is required because the GitHub action
# provides all arguments concatenated as a single string.
ARGS=("$@")
/bin/go-mnd "${ARGS[*]}"