rpms/xdg-utils/F-12 htmlview.sh,NONE,1.1

Rex Dieter rdieter at fedoraproject.org
Thu Dec 17 19:18:54 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xdg-utils/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4389

Added Files:
	htmlview.sh 
Log Message:
import



--- NEW FILE htmlview.sh ---
#!/bin/sh

if [ $# -gt 0 ]; then
 exec /usr/bin/xdg-open "$@"
else
 exec /usr/bin/xdg-open http://start.fedoraproject.org/
fi





More information about the fedora-extras-commits mailing list