properly built manuscript

This commit is contained in:
CoolOppo
2018-06-28 04:40:27 -04:00
parent dd9a4ee438
commit 5f0c65e7a3
3 changed files with 5 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ command ls
## Run a command in the background
This will run the given command and keep it running even after the terminal is closed.
This will run the given command and keep it running, even after the terminal or SSH connection is terminated. All output is ignored.
```sh
bkr() {
@@ -199,3 +199,4 @@ bkr ./some_script.sh # some_script.sh is now running in the background
```
<!-- CHAPTER END -->