From: Michael D. Lowis Date: Thu, 1 Jun 2017 16:17:43 +0000 (-0400) Subject: killed xman X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2f5479729a22effdfd23ac36e54865f4514a6a5a;p=projs%2Ftide.git killed xman --- diff --git a/xman b/xman deleted file mode 100755 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 &