This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
g900kernel/scripts/mkversion
Sergey Kishchenko 5e27c24b6f Initial commit
2009-11-03 01:12:52 +02:00

7 lines
74 B
Plaintext
Executable File

if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi