#!/bin/bash


fun1()
{
        echo $0
        echo $1
}
$0代表当前bash执行脚本名

相关文章: