projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9692b57
)
parse-all-light: Parse files from williams, germano, smekens also.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Aug 2015 21:31:23 +0000
(14:31 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Aug 2015 21:31:23 +0000
(14:31 -0700)
parse-all-light
patch
|
blob
|
history
diff --git
a/parse-all-light
b/parse-all-light
index 5104d50d4ef9a5b896c7abf6bbb6b84f74bb5c9f..3925c52f8d3bbd1e60e91647f1398bd47f67f4b1 100755
(executable)
--- a/
parse-all-light
+++ b/
parse-all-light
@@
-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