#!/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 & #./tests & #./tests & #./tests & #./tests & cd .. cd AUSSLib/perl perl example.pl localhost ${PPORT}2 & perl example.pl localhost ${PPORT}2 & perl example.pl localhost ${PPORT}2 & perl example.pl localhost ${PPORT}2 & cd ../.. cd Configurator rxvt -e make run &