mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-02-24 23:13:24 +08:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eo pipefail
|
|
|
|
sh -c "dnscontrol $*"
|