aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/dns-hatchet/apply.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/examples/dns-hatchet/apply.sh')
-rwxr-xr-xcontrib/examples/dns-hatchet/apply.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/examples/dns-hatchet/apply.sh b/contrib/examples/dns-hatchet/apply.sh
new file mode 100755
index 0000000..ce35ecd
--- /dev/null
+++ b/contrib/examples/dns-hatchet/apply.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
+TOOLS="$ME/../../../src/tools"
+
+sed -i "/~~ function override insertion point ~~/r $ME/hatchet.bash" "$TOOLS/wg-quick.bash"