d30d9630b6
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
7 lines
192 B
Bash
Executable file
7 lines
192 B
Bash
Executable file
#!/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"
|