Last change
on this file since 158:9b9f4da1e8f8 was 89:ef4711a984fe, checked in by István Váradi <ivaradi@…>, 13 years ago |
Added the collection of some further statistics and the finish page
|
|
File size:
217 bytes
|
Rev | Line | |
---|
[89] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | scriptdir=`dirname $0`
|
---|
| 4 | sim="${scriptdir}/../src/mlx/pyuipc_sim.py"
|
---|
| 5 |
|
---|
| 6 | oldIFS="${IFS}"
|
---|
| 7 | IFS=$'\n'
|
---|
| 8 | for line in `cat $1`; do
|
---|
| 9 | read -p "$line"
|
---|
| 10 | echo $line | python "${sim}" >/dev/null
|
---|
| 11 | done
|
---|
| 12 | IFS="${oldIFS}"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.