blob: 3f17b3bdf0b725e1787e860fadd099343e206b2f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# Script that loads help for Bless. Modified by B. Watson for
# slackbuilds.org. Ditched all the gconf, yelp, gnome-help stuff
# and just use xdg-open for the HTML help in the user's default
# browser.
exec xdg-open /usr/share/help/C/bless/index.html
|