#!/bin/sh -e

host=localhost
port=5050

darumaClient -h "${host}" -p "${port}" 0-RegisterFeatureType.input.xml
darumaClient -h "${host}" -p "${port}" 1-Transaction-Insert.input.xml
darumaClient -h "${host}" -p "${port}" 2-GetFeature-all.input.xml
darumaClient -h "${host}" -p "${port}" 3-GetFeature-foo.input.xml
