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