update manuscript

This commit is contained in:
Dylan Araps
2018-06-20 16:00:33 +10:00
parent 393a288242
commit d2c42689d8
18 changed files with 43 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
# Obsolete Syntax
# OBSOLETE SYNTAX
## Shebang
@@ -34,7 +34,7 @@ var="$(command "$(command)")"
## Function Declaration
Don't use the `function` keyword, it reduces compatibility with older versions of `bash`.
Do not use the `function` keyword, it reduces compatibility with older versions of `bash`.
```shell
# Right.