From: Mike Lowis Date: Mon, 10 Oct 2016 20:37:15 +0000 (-0400) Subject: updated xman to squelch output and fork the program in the background with nohup X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5dcd0b51a4a93c5e944913f80897c03045569eb8;p=projs%2Ftide.git updated xman to squelch output and fork the program in the background with nohup --- 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 &