From 956fb2113a8920ad2df2ca3afd2ed9e22dda10f4 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 21 Jun 2012 21:45:50 +0000 Subject: Append tee output --- (limited to 'scripts') diff --git a/scripts/log-command b/scripts/log-command index 39347c0..a2fc61d 100755 --- a/scripts/log-command +++ b/scripts/log-command @@ -1,5 +1,5 @@ #!/bin/bash -exec $1 | tee $2 +exec $1 | tee -a $2 exit ${PIPESTATUS[0]} -- cgit v0.9.1