#!/bin/bash 官方推荐写法
#/usr/bin/env bash 最好的写法
后三种写法,根据不同的linux版本,路径会有所改变导致程序无法识别。可以使用#/usr/bin/env bash来替代。