用函数打印hello

#!/bin/bash
num(){
echo "hello"
}
num
相关文章
相关标签/搜索