1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-09 20:40:47 +08:00

fix overlay

This commit is contained in:
源文雨
2023-07-08 20:25:33 +08:00
parent 5ad5065a44
commit da014b2485
6 changed files with 174 additions and 58 deletions

21
test.sh Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
cd build
./cmoe GET "name=fumiama&reg=fumiama"
./cmoe GET "name=fumiam&reg=fumiama"
./cmoe GET "name=fumia&reg=fumiama"
./cmoe GET "name=fumi&reg=fumiama"
./cmoe GET "name=fum&reg=fumiama"
./cmoe GET "name=fu&reg=fumiama"
./cmoe GET "name=f&reg=fumiama"
for ((i=0; i<$1; i++))
do
./cmoe GET "name=fumiama&theme=r34" &
./cmoe GET "name=fumiam&theme=r34" &
./cmoe GET "name=fumia&theme=r34" &
./cmoe GET "name=fumi&theme=r34" &
./cmoe GET "name=fum&theme=r34" &
./cmoe GET "name=fu&theme=r34" &
./cmoe GET "name=f&theme=r34" &
done