This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
8516
/
Test
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
Test
/
board-support
/
linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305
/
scripts
/
mkversion
mkversion
74 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi