dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(4g): Support the use of IoT cards
huangcm
2025-07-05
bc0611069d13b561eb4297b1bfeea68a7b8929e5
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
scripts
/
mkversion
1
2
3
4
5
6
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi