mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 05:12:28 +08:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ $(wc -l result/china.txt) < 3000 ]] && exit 1
|
|
|
|
[[ $(wc -l result/china6.txt) < 1000 ]] && exit 2
|
|
|
|
exit 0
|