summaryrefslogtreecommitdiff
path: root/test_free_writing
blob: 32995624627ae5c1b87ca0c2c227efaef8812deb (plain)
1
2
3
4
5
6
7
#!/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"