## shell格式
shell格式底层会调用/bin/sh -c来执行命令,可以解析ENV定义的变量,而exec格式不会。

## exec格式
exec需要指定需要运行的程序,而shell不需要.
