1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/bash
# Update git submodule to specific version
# Usage: ./scripts/update-submodule <submodule_path> <version>
if [; then
fi
SUBMODULE_PATH=""
VERSION=""
if [; then
fi
# Fetch latest tags
# Check if the tag exists
if ! ; then
|
fi
# Checkout the specific version