#!/bin/sh ulimit -c unlimited export PPORT=`perl -e 'print int(1000*rand() + 100);'` cd .. cd Connector rxvt -e ./RUN & sleep 1 #mpg123 -s ~/knrk.mp3 | nc localhost ${PPORT}0 & nc localhost ${PPORT}1 | ecasound -i stdin & nc localhost ${PPORT}1 | ecasound -i stdin & nc localhost ${PPORT}1 | ecasound -i stdin & nc localhost ${PPORT}1 | ecasound -i stdin & rxvt -e ./MuxerTest & cd .. cd Configurator rxvt -e make run &