dnscontrol-action/entrypoint.sh

6 lines
61 B
Bash
Raw Normal View History

2019-01-05 19:24:28 +08:00
#!/usr/bin/env bash
set -eo pipefail
2019-01-05 19:24:28 +08:00
sh -c "dnscontrol $*"