Skip to content

Commit 0f78743

Browse files
authored
Update README.md
1 parent 860776e commit 0f78743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ disown
3535
```
3636

3737
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,
38+
and returns it to your shell. Then, the `disown` command removes the process from the shell's job control. This way,
3939
even if your terminal session is terminated (as happens when your ssh connection to the machine is terminated)
4040
the process will continue running in the background.

0 commit comments

Comments
 (0)