changeset 57:6562c81d6583 draft

Uploaded
author davidvanzessen
date Wed, 14 Oct 2015 10:18:40 -0400
parents c89d9e89423b
children 3ed7878f75c3
files wrapper.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wrapper.sh	Wed Oct 14 10:18:30 2015 -0400
+++ b/wrapper.sh	Wed Oct 14 10:18:40 2015 -0400
@@ -339,6 +339,10 @@
 html="index.html"
 
 echo "</table>" >> "$html"
+echo "<a href='log.html'>log</a><br />" >> "$html"
+echo "<a href='single_matches.html'>single_matches</a><br />" >> "$html"
+echo "<a href='multiple_matches.html'>multiple_matches</a><br />" >> "$html"
 echo "</html>" >> "$html"
 
+cp "index.html" "$outputFile"