Update Shell_基础.md

This commit is contained in:
heibaiying 2020-03-23 16:47:58 +08:00 committed by GitHub
parent 8f2d12d971
commit 535fb5498e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
### 1.1 创建脚本
在创建 shell 脚本时,必须在文件第一行指要使用的 shell 。其格式为:
在创建 shell 脚本时,必须在文件第一行指要使用的 shell 。其格式为:
```shell
#!/bin/bash