From ad5bfeea4a28d5e89f6122a64b62eb81c0b412bc Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Mon, 28 Jan 2013 16:33:23 +0100 Subject: [PATCH] Output in outputs --- run.sh | 2 +- run2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index ec68019..19006c8 100755 --- a/run.sh +++ b/run.sh @@ -10,7 +10,7 @@ then fi N=$((N + 1)) echo $N > count -FILE=output-$N.txt +FILE=outputs/output-$N.txt unset _JAVA_OPTIONS echo Output will go to $FILE... sleep 3 diff --git a/run2.sh b/run2.sh index ec68019..19006c8 100755 --- a/run2.sh +++ b/run2.sh @@ -10,7 +10,7 @@ then fi N=$((N + 1)) echo $N > count -FILE=output-$N.txt +FILE=outputs/output-$N.txt unset _JAVA_OPTIONS echo Output will go to $FILE... sleep 3