mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-12 21:03:13 +08:00
8 lines
148 B
Bash
8 lines
148 B
Bash
#!/bin/bash
|
|
./lottery update
|
|
|
|
if [[ -r "latest_version.zip" ]]; then
|
|
unzip latest_version.zip
|
|
rm latest_version.zip
|
|
chmod u+x lottery
|
|
fi |