Skip to content

Commit 860776e

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

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
@@ -34,7 +34,7 @@ To preprocess, run the following commands inside a shell of your ubuntu machine
3434
disown
3535
```
3636

37-
Explanation: the & literal disconnects stdin from the process that runs the preprocess.sh script,
37+
Explanation: the `&` literal disconnects stdin from the process that runs the preprocess.sh script,
3838
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)