#!/bin/bash
cd ~/pd/gui
echo "guistarter: listening for input on port 3000"; 
while echo > /dev/null
do ./guistarter.safe $(netcat -l -p 3000 -w 60);
done 
