mirror of
https://github.com/openharmony/third_party_Linux_Kernel.git
synced 2026-07-18 08:45:01 -04:00
7 lines
74 B
Plaintext
Executable File
7 lines
74 B
Plaintext
Executable File
if [ ! -f .version ]
|
|
then
|
|
echo 1
|
|
else
|
|
expr 0`cat .version` + 1
|
|
fi
|