Skip to content

Commit

Permalink
Output in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
VladUreche committed Jan 28, 2013
1 parent 65d9308 commit ad5bfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad5bfee

Please sign in to comment.