Skip to content

Commit 9c7bf65

Browse files
committed
Properly credit Linux solution
1 parent 3cec7c9 commit 9c7bf65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RLBotCS/ManagerTools/LaunchManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ private static string GetProcessArgs(Process process)
8585
);
8686
return "";
8787
#else
88+
// Solution taken from:
89+
// https://stackoverflow.com/a/58843225/10930209
8890
return File.ReadAllText($"/proc/{process.Id}/cmdline");
8991
#endif
9092
}

0 commit comments

Comments
 (0)