Add awk and similar

This commit is contained in:
Slavomir
2020-04-02 13:07:43 +03:00
parent 81bc3c03a9
commit b5f14d1296

View File

@@ -137,7 +137,11 @@ private string getASudoCommand() {
result = "system" or
result = "timeout" or
result = "xargs" or
result = "time"
result = "time" or
result = "awk" or
result = "gawk" or
result = "mawk" or
result = "nawk"
}
/**