Rev 8571 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8566 | bpr | 1 | #! /bin/sh |
2 | |||
3 | wims_home=`pwd`; |
||
4 | |||
8819 | bpr | 5 | test="123,43.5,23.45665 2 |
6 | 0.1,17,123.4,123.99765 |
||
7 | 2.1,4.123,5 2 |
||
8 | 2.1,4.123,5 4 |
||
9 | 2.1,4.123,5 |
||
10 | 1.23456e+06,1.23456*10^6,0.01234e-23 3" |
||
11 | |||
12 | for a in $test; do |
||
13 | $wims_home/src/Misc/moneyprint/moneyprint $a; |
||
14 | done |