All pastes #2052732 Raw Edit

Mine

public text v1 · immutable
#2052732 ·published 2011-05-02 04:50 UTC
rendered paste body
#!/bin/bash
watch -n 20 'netstat -nee --tcp --udp | grep ESTABLISHED | echo > .xfiles && netstat -ee --tcp --udp | grep ESTABLISHED | echo > .xfiles && netstat -nlee --tcp --udp | echo LISTEN | tail > .xfiles && netstat -lee --tcp --udp | grep LISTEN | echo > .xfiles'