source: trunk/debathena/debathena/xsession/debian/displaymotd @ 23027

Revision 23027, 121 bytes checked in by ghudson, 16 years ago (diff)
Add a debathena-xsession package for graphical session integration.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3motd=$(get_message -new)
4[ -n "$motd" ] && zenity --no-wrap --info --text="
5Athena message of the day:
6$motd"
Note: See TracBrowser for help on using the repository browser.