diff --git a/helper_lib.sh b/helper_lib.sh index a63d61f..4af10eb 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -37,7 +37,7 @@ contains() { fi } -# Extracts all commandline args from the oldest running processes named like the first parameter +# Extracts commandline args from the newest running processes named like the first parameter get_command_line_args() { PROC="$1"