X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=functions.sh;h=7318230553a68a1ec7ce3ecbf8bb429ac8a8424f;hb=28840f12354790a41fb9e2658226a53e10a76913;hp=8e2b34c07d5efb3ed1861d3e9edc43efbcf8b160;hpb=327c21cdf7408afb43afb62b6cc7dda9806a540d;p=xodist diff --git a/functions.sh b/functions.sh index 8e2b34c..7318230 100644 --- a/functions.sh +++ b/functions.sh @@ -27,13 +27,3 @@ check_for_cmds() return 0 } - -start_logging() -{ - logpipe="$1".pipe - trap "rm -f $logpipe" 0 - mknod $logpipe p - tee "$1".log <$logpipe & - trap "kill $!; rm -f $logpipe" 0 - exec >$logpipe 2>&1 -}