[ -z "$1" ] && echo "usage: $0 <port>" && exit 1
netcat -l -p $1 | tar vx
