#!/bin/sh

wget -O vpitere.info.tmp http://vpitere.info/api.php?protocol=2 2>/dev/null
awk '{ print $0 }' vpitere.info.tmp
rm vpitere.info.tmp

