| changeset 752 | 1f1a293549c1 |
| parent 630 | 3cea57c5501f |
| 751:02bc5af1c5f2 | 752:1f1a293549c1 |
|---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 set -e |
2 set -e |
3 |
3 |
4 subdirs=${1:-"slides handouts hws coursework"} |
4 subdirs=${1:-"slides handouts hws cws"} |
5 |
5 |
6 for sd in $subdirs; do |
6 for sd in $subdirs; do |
7 cd $sd |
7 cd $sd |
8 for fl in *.tex; do |
8 for fl in *.tex; do |
9 echo $fl |
9 echo $fl |