01shell

作者: 毛子阿卡西 | 来源:发表于2018-05-14 17:04 被阅读0次
//shell开始
//告诉系统其后路径所指定的程序即是解释此脚本文件的 Shell 程序
#!bin/bash
  • 保存为可执行程序
chmod +x file
./test.sh

相关文章

网友评论

      本文标题:01shell

      本文链接:https://www.haomeiwen.com/subject/byejdftx.html