From f8d669d672ef1e9f773cfc4f3c19011d5e11eded Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:38:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6205e43..5d60e5b 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To hide a command use: hide # Hides the current shell/PID hide 31337 # Hides process with pid 31337 hide sleep 1234 # Hides 'sleep 1234' -hide nohup sleep 1234 &>/dev/null & # Starts and hides the hidden background process 'sleep 1234' +hide nohup sleep 1234 &>/dev/null & # Starts and hides 'sleep 1234' as a background process ``` (thanks to *druichi* for improving this)