1
0
Fork 0
terragear/src/Lib/shapelib/stream2.sh

12 lines
274 B
Bash
Raw Normal View History

2000-02-09 19:51:45 +00:00
#!/bin/sh
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
echo -----------------------------------------------------------------------
echo Test 2/$i
echo -----------------------------------------------------------------------
./shptest $i
shpdump test${i}.shp
done