eval is a bash builtin command that executes command by concatenating arguments.
eval [arg ...]
It exit status is returned as the value of eval. If there are no args, or only null arguments, eval returns 0.