7 lines
74 B
Plaintext
Raw Normal View History

2010-08-27 11:19:57 +02:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi