mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-05 17:59:58 +08:00
initical commit
This commit is contained in:
6
scripts/mkversion
Normal file
6
scripts/mkversion
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ ! -f .version ]
|
||||
then
|
||||
echo 1
|
||||
else
|
||||
expr 0`cat .version` + 1
|
||||
fi
|
||||
Reference in New Issue
Block a user