Subversion Repositories wimsdev

Rev

Rev 8819 | 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
14857 bpr 10
1.23456e+06,1.23456*10^6,0.01234e-23 3
11
0.3456,7895.123456;56.78,0.564;8.9876"
8819 bpr 12
 
13
for a in $test; do
14
  $wims_home/src/Misc/moneyprint/moneyprint $a;
15
done