diff options
| author | Francesco Magliocca <franciman12@gmail.com> | 2017-08-15 21:26:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 21:26:07 +0200 |
| commit | 1ca01e5d17fa8a75c69b0d95f76bcce03603ab91 (patch) | |
| tree | d75acb3db38bcb8d24e8a4ea82a6e736efaca511 | |
| parent | a61c51dfc6831e5e73344f01bacf6b0f9436eafa (diff) | |
Add missing '&' to last example
| -rw-r--r-- | doc/writing_scripts.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/writing_scripts.asciidoc b/doc/writing_scripts.asciidoc index 98d745a1..e70a9b24 100644 --- a/doc/writing_scripts.asciidoc +++ b/doc/writing_scripts.asciidoc @@ -147,5 +147,5 @@ syntax: -------------------------------- { command - } </dev/null >/dev/null 2>&1 + } </dev/null >/dev/null 2>&1 & -------------------------------- |
