#!/usr/bin/env bash
#

if [ $1 = -g ]
then
	echo "1.3.6.42.69.12"
	echo "INTEGER"
	cat /var/www/hardbrugg.ch/data/depth.data
fi

# EOF