From 5dcd0b51a4a93c5e944913f80897c03045569eb8 Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Mon, 10 Oct 2016 16:37:15 -0400 Subject: [PATCH] updated xman to squelch output and fork the program in the background with nohup --- xman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xman b/xman index 7adbdfc..173bbb0 100755 --- a/xman +++ b/xman @@ -1,2 +1,2 @@ #!/bin/sh -man -P cat "$@" | fmt | edit - +(nohup man -P cat "$@" | fmt | edit -) &> /dev/null & -- 2.49.0