Re: STDOUT and Hook Scripts
From: Ted Stern <dodecatheon_at_gmail.com>
Date: Wed, 10 Mar 2010 10:31:30 -0800
On 10 Mar 2010 05:30:03 -0800, David Weintraub wrote:
What about this basic shell manipulation?
#!/bin/sh
exec 1>&2 # combine stdout with stderr
# do stuff that generates stdout
if [ <condition> ] ; then
Ted
-- Frango ut patefaciam -- I break so that I may revealReceived on 2010-03-10 19:32:09 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.