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