#!/bin/bash
export EPICS_CAS_INTF_ADDR_LIST=localhost
export EPICS_CAS_SERVER_PORT=${EPICS_CAS_SERVER_PORT:=58900}
exec $(dirname $0)/testioc.py "$@"
