1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/tools/update-server/genversion.sh

5 lines
78 B
Bash
Raw Normal View History

2014-11-10 08:40:35 +08:00
#!/bin/bash
echo -n 2 > version
./qtox-updater-sign `date +%s`!$1 >> version
2014-11-10 08:40:35 +08:00