wireguard-tools/contrib/dns-hatchet/apply.sh

7 lines
192 B
Bash
Raw Normal View History

#!/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"