#!/bin/sh
name=$1
shift
cd output
grep -E '(tcp|cbr|exp)' $name > ${name}1
plot_tp.pl -s 200 ${name}1 $@
cd ..

