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