This website requires JavaScript.
Explore
Help
Sign In
GetHub
/
CleanMM
Watch
1
Star
0
Fork
0
You've already forked CleanMM
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
CleanMM
/
lib
/
ui
History
tw93
c19a0276b8
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
..
app_selector.sh
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
menu_paginated.sh
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
menu_simple.sh
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00