This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/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"
|