7 lines
74 B
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi