From 2d3fbd096c02b9c2f8c46d7a7ae9f2e711a745a3 Mon Sep 17 00:00:00 2001
From: bgme <i@bgme.me>
Date: Mon, 21 Apr 2025 14:02:04 +0800
Subject: [PATCH] add update-subtree.sh

---
 update-subtree.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 update-subtree.sh

diff --git a/update-subtree.sh b/update-subtree.sh
new file mode 100644
index 0000000..475f58e
--- /dev/null
+++ b/update-subtree.sh
@@ -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
\ No newline at end of file