- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isMacOS (0.03 seconds)
-
build-logic/cleanup/src/main/java/gradlebuild/cleanup/services/KillLeakingJavaProcesses.java
if (isWindows()) { return new String[]{"powershell", "-Command", "\"Get-CimInstance Win32_Process | ForEach-Object { \\\"$($_.CommandLine) $($_.ProcessId)\\\" }\""}; } else if (isMacOS()) { return new String[]{"ps", "x", "-o", "pid,command"}; } else if (isAlpine()) { return new String[]{"ps", "x", "-o", "pid,args"}; } else {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Sep 23 13:49:45 GMT 2025 - 12K bytes - Click Count (0)