This website requires JavaScript.
Explore
Help
Sign In
t2linux
/
kernel
Watch
0
Star
0
Fork
0
mirror of
https://github.com/t2linux/kernel.git
synced
2026-08-16 05:22:11 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bcdedcc1afd6ac91e15cb90aedaf8432f62fed13
kernel
/
scripts
/
mkversion
T
7 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Linux-2.6.12-rc2
2005-04-16 15:20:36 -07:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi
Reference in New Issue
Copy Permalink