source: examples/cleanall @ 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: 126 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4
5for i in `ls -1`; do
6   if [ -d $i ]; then
7       cd $i
8       .runall clean
9       cd $pwd
10   fi
11done
Note: See TracBrowser for help on using the repository browser.