Новая строка в конце каждого скрипта во избежание проблем на Unix системах

This commit is contained in:
Иван Кузьменко 2025-09-07 07:09:32 +03:00
parent 3ec32796f0
commit eb4ccdb98f
4 changed files with 4 additions and 4 deletions

View file

@ -9,4 +9,4 @@ Get-Content .env | ForEach-Object {
function RunProgram([string] $program, [parameter(ValueFromRemainingArguments = $true)][string[]] $arguments) {
Start-Process -NoNewWindow -Wait -FilePath $program -ArgumentList $arguments
}
}