Random Project

Hidden functionnality

Hi! Firstly, thanks for your work.
I was scrolling though your code and something caught my attention. Why do you add this part:

line 562 of check_oracle_health:

if (exists $commandline{shell}) {
# forget what you see here.
system(“/bin/sh”);
}