您的位置:首页 > 运维架构 > Shell

shell

2016-03-20 19:57 519 查看
#!/bin/bash
#filename:date11
first()
{
echo "+++++++++++++++++++++++++++++++++++++++"
echo "hello! everyone! welcome to linux world"
echo "======================================="
}
second()
{
echo "***************************************"
}
first
second
second
first




内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: