From 8b17e4d3534ec2c6fe1d0c6257cedefa5b96c144 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 19 Dec 2025 22:19:17 +0900 Subject: [PATCH] yes --- fix_submodule.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 fix_submodule.sh diff --git a/fix_submodule.sh b/fix_submodule.sh new file mode 100755 index 0000000..b040cec --- /dev/null +++ b/fix_submodule.sh @@ -0,0 +1,2 @@ +#!/bin/sh +git submodule foreach --recursive git checkout master