From 8d3a1e284d8ab9ea1488055368039e2f9c35b85e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 18 May 2023 13:21:20 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57aeb98..1998675 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ 在shell中,每个脚本的开头都使用 `#!` ,就是告知系统文件的执行都需要指定一个`解释器`。指定一个文件类型的特殊标记。占用 `2 字节` 。 ### 1.1 脚本解释器 -shell极脚本都是以 `#!`开头,告知系统该文件的执行需要一个解释器。 +shell脚本都是以 `#!`开头,告知系统该文件的执行需要一个解释器。 常见的解释器类型如下: ```shell #!/bin/sh @@ -1181,4 +1181,4 @@ shellcheck testop.sh - https://juejin.cn/post/6844904045329514504 - https://juejin.cn/post/6962032698697187364 - https://myshell-note.readthedocs.io/en/latest/index.html -- https://github.com/koalaman/shellcheck \ No newline at end of file +- https://github.com/koalaman/shellcheck