Symlink notifyd.py to osd_server.py for backward compatibility
[grml-scripts.git] / usr_bin / grml-start
1 #!/bin/sh
2 # Filename:      grml-start
3 # Purpose:       start browser with information page on grml
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 ################################################################################
8
9 BROWSER=${BROWSER:-w3m}
10 #BROWSER=${BROWSER:-links2 -driver fb}
11 exec $BROWSER /usr/share/doc/grml-docs/startpage.html
12
13 ## END OF FILE #################################################################