mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +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
|