source: projects/specs/trunk/x/xdg-utils/htmlview.sh @ 3651

Revision 3651, 142 bytes checked in by daisuke, 13 years ago (diff)

xdg-utils: add htmlview as compat script, add O: htmlview, add P: htmlview

Line 
1#!/bin/sh
2# htmlview compat script
3
4if [ $# -gt 0 ]; then
5 exec /usr/bin/xdg-open "$@"
6else
7 exec /usr/bin/xdg-open http://vinelinux.org/
8fi
9
Note: See TracBrowser for help on using the repository browser.