mk
changeset 322 698ed1c96cd0
parent 318 7975e4f0d4de
child 332 4755ad4b457b
equal deleted inserted replaced
321:c5850f8f3f5e 322:698ed1c96cd0
     1 #!/bin/sh
     1 #!/bin/sh
       
     2 set -e
     2 
     3 
     3 subdirs="slides handouts hws coursework" 
     4 subdirs="slides handouts hws coursework" 
     4 
     5 
     5 for sd in $subdirs; do
     6 for sd in $subdirs; do
     6   cd $sd
     7   cd $sd