source: examples/passphrase_tests/python/setup @ 446b3ce

mei_rt2mei_rt2_fix_1
Last change on this file since 446b3ce was 6f383ee, checked in by Mei <mei@…>, 12 years ago

1) update couple of Makefile in examples directory that is too
gnu

  • Property mode set to 100755
File size: 200 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4list=`ls -1 |grep -v hand`
5
6for i in $list ; do
7    if [ -d $i ]; then
8        printf " ...running on %s\n" "$i"  >& 2;
9        cd $i
10        ./setup
11        cd $pwd
12    fi
13done
Note: See TracBrowser for help on using the repository browser.