Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
6
scripts/mkversion
Normal file
6
scripts/mkversion
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ ! -f .version ]
|
||||
then
|
||||
echo 1
|
||||
else
|
||||
expr 0`cat .version` + 1
|
||||
fi
|
||||
Reference in New Issue
Block a user