refactor(tools): remove redundant kill -9 pattern
This commit is contained in:
parent
d0f627697e
commit
aa2d6b39f5
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ var (
|
|||
regexp.MustCompile(`\bpkill\b`),
|
||||
regexp.MustCompile(`\bkillall\b`),
|
||||
regexp.MustCompile(`\bkill\b`),
|
||||
regexp.MustCompile(`\bkill\s+-[9]\b`),
|
||||
regexp.MustCompile(`\bcurl\b.*\|\s*(sh|bash)`),
|
||||
regexp.MustCompile(`\bwget\b.*\|\s*(sh|bash)`),
|
||||
regexp.MustCompile(`\bnpm\s+install\s+-g\b`),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue