islandsurvivalcraft/test-server/end-debug-server-process.ps1

4 lines
102 B
PowerShell
Raw Normal View History

$sID = Get-Item -Path ./pid.temp | Get-Content -Tail 1
Stop-Process -Id $sID
Remove-Item "./pid.temp"