#!/bin/sh
 
MICORC=/dev/null
export MICORC
 
ADDR=inet:`uname -n`:12456
 
# run filterconf
filterconf $ADDR $@

