tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
scripts
/
mkversion
at
v3.15-rc4
6 lines
74 B
view raw
wrap content
1
if [ ! -f .version ]
2
then
3
echo 1
4
else
5
expr 0`cat .version` + 1
6
fi