source:
examples/passphrase_tests/python/setup
@
20eaefe
Last change on this file since 20eaefe was 6f383ee, checked in by , 12 years ago | |
---|---|
|
|
File size: 200 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | pwd=`pwd` |
4 | list=`ls -1 |grep -v hand` |
5 | |
6 | for 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 |
13 | done |
Note: See TracBrowser
for help on using the repository browser.