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