parse-all-light: Parse files from williams, germano, smekens also.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Aug 2015 21:31:23 +0000 (14:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Aug 2015 21:31:23 +0000 (14:31 -0700)
parse-all-light

index 5104d50d4ef9a5b896c7abf6bbb6b84f74bb5c9f..3925c52f8d3bbd1e60e91647f1398bd47f67f4b1 100755 (executable)
@@ -1,7 +1,5 @@
-#! /bin/sh
-light=`ls -1 unzipped/*/*.bin | grep light`
-
-for d in $light; do
+#! /bin/bash
+for d in {williams,germano,smekens,unzipped}/*/*light*.bin; do
     if ! ./dump all < $d >/dev/null; then
        echo $d
        ./dump all < $d