#!/bin/bash # Doesn't actually work but gives a usage example gnome-terminal -e "nc -l 15000" ./bandwidthmon --listen-port 13300 --remote-port 15000 & gnome-terminal -e "nc localhost 13300"