shell(2)

来源:互联网 发布:ios ar源码 编辑:程序博客网 时间:2024/05/01 09:25
#!/bin/bashif ls -l then  echo "ok"else  echo "wrong"fi

if-elif-else-fi

原创粉丝点击