1
0
Files
2016-11-30 09:03:17 +08:00

7 lines
74 B
Plaintext
Executable File

if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi