mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 06:41:53 +09:00
가이드라인 배포
This commit is contained in:
parent
d228fcc620
commit
bf41ccdb92
3 changed files with 21 additions and 17 deletions
5
run.ps1
5
run.ps1
|
|
@ -9,6 +9,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
|
||||
|
||||
# 인자 개수 확인 (2개 또는 3개)
|
||||
if ($args.Count -lt 2 -or $args.Count -gt 3) {
|
||||
Write-Host "Usage: $($MyInvocation.MyCommand.Name) <start_line> <end_line> [skip_header]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue