mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
7 lines
74 B
Text
7 lines
74 B
Text
|
if [ ! -f .version ]
|
||
|
then
|
||
|
echo 1
|
||
|
else
|
||
|
expr 0`cat .version` + 1
|
||
|
fi
|