This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
GfA
/
linux_kernel
Segui
5
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
59d42cd43c
Rami (Branch)
Tag
master
v4.14.9-bone-rt-r12
v4.4.104-bone-rt-r21
v4.4.145-bone23
linux_kernel
/
scripts
/
mkversion
mkversion
74 B
Cronologia
Originale
1
2
3
4
5
6
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi