#!/bin/sh

echo This demo requires that you have a Quake I bsp level named start.bsp in the current directory \(Use XPAK to extract levels from .PAK\)
echo and OpenGL libs correctly setup.
read

./pvviewer start.bsp -x640 -y480 -g1
