摘要: 1. Shell 脚本的第一行时指定脚本解释器。 #!/bin/bash 或者 #!/bin/sh 2. Shell 脚本的开头会加版本,版权等信息 #!/bin/bash #Author: iskylite #Blog: http://www.cnblogs.com/iskylite/ #Date 阅读全文
posted @ 2020-07-08 15:26 恰恰的故事 阅读(274) 评论(0) 推荐(0) 编辑