source: examples/runall @ 36b100a

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since 36b100a was c469edf, checked in by Mei <mei@…>, 12 years ago

1) add examples/runall
2) modified examples/DIR/rr to

use pwd instead of wired directory path

  • Property mode set to 100755
File size: 180 bytes
Line 
1#/bin/sh
2
3for i in `ls -1 `; do
4   if (file $i | grep -F directory | grep -Fq typed); then
5       printf "\n ==> TRYING on %s\n" "$i"
6       (cd $i; README; rr; cd ..)
7   fi
8done
Note: See TracBrowser for help on using the repository browser.