From 3e3cec1202890d64958f3fb93e7341064e70a557 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 18 Nov 2025 17:15:11 +0900 Subject: [PATCH] add useful thing --- 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