#!/bin/sh
#
#	Script to call manedit in viewer mode.
#
/usr/bin/manedit --viewer $1
