%28%20sleep%2010%20;%20echo%20%22hello%20world%22%20%29%20
Commands separated  by  a ; are executed sequentially; the shell waits for each command to terminate in turn.  The
return status is the exit status of the last command executed.