]> git.mdlowis.com Git - projs/tide.git/commitdiff
killed xman
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 1 Jun 2017 16:17:43 +0000 (12:17 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 1 Jun 2017 16:17:43 +0000 (12:17 -0400)
xman [deleted file]

diff --git a/xman b/xman
deleted file mode 100755 (executable)
index edf7ac5..0000000
--- a/xman
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-file=$(mktemp)
-man -P cat "$@" | fmt > "$file"
-(nohup xedit "$file" && rm -f "$file") &> /dev/null &