add update-subtree.sh
This commit is contained in:
parent
bb6c79b701
commit
2d3fbd096c
6
update-subtree.sh
Normal file
6
update-subtree.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
git subtree pull --prefix=einat-ebpf --squash https://github.com/muink/openwrt-einat-ebpf.git master
|
||||
git subtree pull --prefix=luci-app-einat --squash https://github.com/muink/luci-app-einat.git master
|
Loading…
Reference in a new issue