From 7cb53ee5706c8b1f3e938c02858e57ace1964973 Mon Sep 17 00:00:00 2001 From: kry008 Date: Fri, 3 Jan 2025 10:36:36 +0100 Subject: [PATCH] =?UTF-8?q?Zatrzymanie=20skryptu=20na=20ko=C5=84cu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows.ps1 b/windows.ps1 index 04c4be1..7ee3fb8 100644 --- a/windows.ps1 +++ b/windows.ps1 @@ -36,4 +36,6 @@ try { Write-Host "#####################################################" -ForegroundColor Green Write-Host "Lokalny adres aplikacji: http://$LocalIP:8880" -ForegroundColor Green -Write-Host "#####################################################" -ForegroundColor Green \ No newline at end of file +Write-Host "#####################################################" -ForegroundColor Green + +Read-Host -Prompt "Naciśnij Enter, aby zakończyć..." \ No newline at end of file