mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change
on this file since d5bbd3e was
c469edf,
checked in by Mei <mei@…>, 13 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 | |
---|
3 | for 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 |
---|
8 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.