shell 脚本模板
#!/usr/bin/env bash
#this srcipt is to do wheat_bsa
#author lee
#this is fail test, because bash didn't care about the failure of command
#this can prevent the situation that check result of each step, only right can go on
set -Eeuo pipefail
#display for better use and record log of change
Usage(){
cat <
相关