mirror of
https://github.com/dylanaraps/pure-bash-bible.git
synced 2025-09-03 12:22:49 +02:00
Separate code from example
This commit is contained in:
@@ -219,7 +219,9 @@ This will run the given command and keep it running, even after the terminal or
|
|||||||
bkr() {
|
bkr() {
|
||||||
(nohup "$@" &>/dev/null &)
|
(nohup "$@" &>/dev/null &)
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
bkr ./some_script.sh # some_script.sh is now running in the background
|
bkr ./some_script.sh # some_script.sh is now running in the background
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user