From 9c225f399c49ab3c93cf5836ea2bb5b0399f1e4c Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Tue, 13 Mar 2012 22:53:02 +0100 Subject: [PATCH] Add stdout. --- stdout/stdout | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 stdout/stdout diff --git a/stdout/stdout b/stdout/stdout new file mode 100755 index 0000000..7cffb58 --- /dev/null +++ b/stdout/stdout @@ -0,0 +1,3 @@ +#!/bin/bash + +"$@" 2>&1