Skip to content

Commit 7ab92ad

Browse files
authored
Create curl.bat
1 parent 5582e95 commit 7ab92ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/curl.bat

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cls
2+
@echo.
3+
@echo.
4+
set /p qr= Coloque o link:
5+
@echo.
6+
@echo.
7+
timeout 2 >null
8+
curl qrenco.de/%qr%
9+
@pause

0 commit comments

Comments
 (0)