changeset 6:fc186246d291 draft

Uploaded
author davidvanzessen
date Fri, 22 Nov 2013 08:20:08 -0500
parents ba2ef103d26e
children e6f28d0a0f14
files combined.sh
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/combined.sh	Fri Nov 22 08:18:55 2013 -0500
+++ b/combined.sh	Fri Nov 22 08:20:08 2013 -0500
@@ -9,10 +9,6 @@
 fileCount=`expr $# - 3`
 array=("$@")
 echo "<html><h3>Progress</h3><table><tr><td>info</td></tr>" > $html
-for var in "$@"
-do
-	echo "$var" >> $html
-done
 echo "<tr><td>-----------------------------------</td></tr>" >> $html
 limit=`expr $fileCount / 2`