add update-subtree.sh
This commit is contained in:
parent
bb6c79b701
commit
2d3fbd096c
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue