Shell: ignore time

This commit is contained in:
李通洲
2024-04-15 19:59:48 +08:00
parent 396d20f2da
commit ec25ca9fc7
2 changed files with 2 additions and 3 deletions
@@ -231,6 +231,7 @@ static pid_t getShellInfo(FFShellResult* result, pid_t pid)
ffStrEquals(name, "ltrace") ||
ffStrEquals(name, "perf") ||
ffStrEquals(name, "guake-wrapped") ||
ffStrEquals(name, "time") ||
ffStrContainsIgnCase(name, "debug") ||
ffStrContainsIgnCase(name, "not-found") ||
ffStrEndsWith(name, ".sh")