]> git.mdlowis.com Git - projs/tide.git/commitdiff
updated xman to squelch output and fork the program in the background with nohup
authorMike Lowis <mike.lowis@gentex.com>
Mon, 10 Oct 2016 20:37:15 +0000 (16:37 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Mon, 10 Oct 2016 20:37:15 +0000 (16:37 -0400)
xman

diff --git a/xman b/xman
index 7adbdfce4e83811ef565588e0c58f011ce96c828..173bbb04560e9f2a87aadb4b918461713bc09197 100755 (executable)
--- a/xman
+++ b/xman
@@ -1,2 +1,2 @@
 #!/bin/sh
-man -P cat "$@" | fmt | edit -
+(nohup man -P cat "$@" | fmt | edit -) &> /dev/null &