#!/bin/sh help_dir="@ededocdir@/manual" browser_list="firefox mozilla konqueror opera navigator dillo" program="ede-help" url="" if [ "$1" = "--help" ]; then cat < /dev/null 2>&1; then BROWSER="$i" break; fi done fi if [ -z $BROWSER ]; then xmessage -title "$program error" -center -buttons "Close" -file - <