source: examples/runall @ 880e924

mei_rt2mei_rt2_fix_1
Last change on this file since 880e924 was 2c03e57, checked in by Mei <mei@…>, 12 years ago

1) add 2 scripts in examples

  • Property mode set to 100755
File size: 169 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4
5for i in `ls -1`; do
6   if [ -d $i ]; then
7       cd $i
8       if [ -e runcheck ]; then
9           ./runcheck
10       fi
11       cd $pwd
12   fi
13done
Note: See TracBrowser for help on using the repository browser.