Skip to content

Commit cfd5a71

Browse files
authored
Update zeroapk.sh
1 parent 0bb1210 commit cfd5a71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zeroapk.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ function prepareDownload() {
4343
mkdir -p "$apkComponentName" &&
4444
wget -q -O "$apkComponentName/$versionName.apk" "$rawLink"
4545
}
46+
function stats(){
47+
[ ! -f ".tnkx" ] && touch .tnkx &&
48+
curl 2>&1 -o /dev/null -sf 'http://download.zerocool.cf/?tnks4down' # I Just want to know if ur testing it =)
49+
}
4650

4751
main() {
52+
"stats" # You can remove it
4853
"getLinkPagesRelated"
4954
"fetchEachLink"
5055
}

0 commit comments

Comments
 (0)