function hello
{
echo "hello"
}
hello()
命令行:hello
shell编程:定义函数
原文:https://www.cnblogs.com/soymilk2019/p/11723712.html