#!/bin/sh
cd /usr/share/HTMLpage
if [ "$1" != '' ]; then
	./HTMLpage.py "$*"&
else
	./HTMLpage.py "DUH"&
fi
exit 0
