## shell格式
? shell格式底層會調用/bin/sh -c來執行命令,可以解析ENV定義的變量,而exec格式不會。

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