add update-subtree.sh

This commit is contained in:
bgme 2025-04-21 14:02:04 +08:00
parent bb6c79b701
commit 2d3fbd096c

6
update-subtree.sh Normal file
View 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