#!/bin/bash #Set service base path, change to your own service host SERVICEBASE="http://service.scedc.caltech.edu" # Set all service specific locations using the service base EVENTWS="${SERVICEBASE}/fdsnws/event/1" export SERVICEBASE EVENTWS ./FetchEvent "$@"