1
0
Fork 0
terragear/src/Lib/shapelib/stream2.sh
2000-02-09 19:51:45 +00:00

11 lines
274 B
Bash
Executable file

#!/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