2017-10-31 10:38:09 +00:00
|
|
|
#!/bin/bash
|
2017-11-30 15:23:50 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
2019-01-02 00:58:10 +00:00
|
|
|
# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
2017-10-31 10:38:09 +00:00
|
|
|
|
|
|
|
ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
|
2019-12-26 17:10:37 +00:00
|
|
|
TOOLS="$ME/../../src"
|
2017-10-31 10:38:09 +00:00
|
|
|
|
2018-05-15 19:48:41 +00:00
|
|
|
sed -i "/~~ function override insertion point ~~/r $ME/hatchet.bash" "$TOOLS/wg-quick/linux.bash"
|