From ffc43c131d3b747a1a9714aefd5245ee84104f8c Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 Oct 2025 23:11:27 +0300 Subject: [PATCH] added update script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..0d65d31 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git submodule update --init --recursive --remote +git add * +git push