Fix line endings

This commit is contained in:
Иван Кузьменко 2025-09-06 21:15:44 +03:00
parent 01a000b9fa
commit 653bda0838
3 changed files with 4 additions and 3 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
}
}