mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 08:11:53 +09:00
가이드라인 배포
This commit is contained in:
parent
d228fcc620
commit
bf41ccdb92
3 changed files with 21 additions and 17 deletions
5
run.sh
5
run.sh
|
|
@ -11,6 +11,11 @@ DOMAIN_FILE="./domains.txt"
|
|||
CHUNK_SIZE=10
|
||||
# ─────────────
|
||||
|
||||
# https://f.imnya.ng/.whs/tp-domains/data/domains/latest.txt
|
||||
# domains.txt 파일을 다운로드하는 명령어
|
||||
|
||||
curl "https://f.imnya.ng/.whs/tp-domains/data/domains/latest.txt" -o $DOMAIN_FILE
|
||||
|
||||
# 인자 개수 확인
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "Usage: $0 <start_line> <end_line>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue