#!/bin/sh zenity --text-info --width=616 --height=600 --html --filename=/usr/share/pdfpc/index.html #zenity --text-info --width=616 --height=600 --html --filename=/srv/svn/trusty/llx-pdfpc/trunk/fuentes/llx-pdfpc.install/usr/share/pdfpc/index.html case $? in 0) FILE=`zenity --file-selection --title="Tria un fitxer"` case $? in 0) pdfpc $FILE;; 1) echo "No file selected.";; -1) echo "An unexpected error has occurred.";; esac;; esac