1. 创建xcall.sh脚本,并编辑 touch xcall.sh vim xcall.sh 具体脚本: #!/bin/bash params=$@ i=1 for (( i=1 ; i <= 3 ; i = $i + 1 )) ; do