cd java/
java interfaceNFS > ./datasByInterface
cd ..
./basic_scripts/phaseI < java/datasByInterface > /dev/null
cd java/
java outputWindow &
sleep 5s # give some time to allow outputWindow to fire up 
cd ..	
cd tmp/
../basic_scripts/phaseII > /dev/null
rm -f ./java/datasByInterface 

 
