We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860776e commit 0f78743Copy full SHA for 0f78743
README.md
@@ -35,6 +35,6 @@ disown
35
```
36
37
Explanation: the `&` literal disconnects stdin from the process that runs the preprocess.sh script,
38
-and returns it to your shell. Then, the disown command removes the process from the shell's job control. This way,
+and returns it to your shell. Then, the `disown` command removes the process from the shell's job control. This way,
39
even if your terminal session is terminated (as happens when your ssh connection to the machine is terminated)
40
the process will continue running in the background.
0 commit comments