2 lines
81 B
PowerShell
2 lines
81 B
PowerShell
$file = Get-ChildItem -Path "." | Select-Object -First 1
|
|
Write-Host "Debug over"
|