#!/bin/sh ulimit -c unlimited export PPORT=$1 mpg123 -s ~/knrk.mp3 | nc localhost ${PPORT}0 & cd /home/abez/projects/AUSS nc localhost ${PPORT}1 | ecasound -i stdin & cd /home/abez/projects/AUSS 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 &