@@ -5,6 +5,7 @@ cd /home/wwwroot/default/boniu/data
#上证主板
for i in `seq 10`
do
- echo "$i"
+ start=$[600000+$i*200]
+ echo "$start"
done