Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
confdir="`dirname "$0"`/../"
. $confdir/default-config.sh
if [ -f $confdir/config.sh ]; then
. $confdir/config.sh
fi
# should come from config
URL=udp://227.0.0.2:9000