From 4482c9679394900ab41c37f34a70a2f6a8d3cdb8 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 28 Feb 2016 01:44:54 +0000 Subject: [PATCH] Automatic commit with j --- urchin | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/urchin b/urchin index e23ceeb..fc6ed36 100755 --- a/urchin +++ b/urchin @@ -9,8 +9,15 @@ set -e -logfile=$(mktemp) -> $logfile +# Parse output +log=$(mktemp -u) +mkfifo "$log" +print_log() { + while read line; do + case "$line" in + esac + done +} # Make sure that CDPATH isn't set, as it causes `cd` to behave unpredictably - # notably, it can produce output.