1eval [ arg ... ]
2       Read the arguments as input to the shell and execute the result-
3       ing  command(s) in the current shell process.  The return status
4       is the same as if the commands had been executed directly by the
5       shell;  if  there  are no args or they contain no commands (i.e.
6       are an empty string or whitespace) the return status is zero.
7