#!/bin/sh
# vnstatwin - Simple wrapper for "vnstat"
# License:  Public domain (for this file only)
# Revision: 111115

( echo "Press Q to exit " ; vnstat 2>&1 ) | less
