source:
trunk/debathena/debathena/xsession/debian/displaymotd
@
23027
Revision 23027, 121 bytes checked in by ghudson, 16 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | motd=$(get_message -new) |
4 | [ -n "$motd" ] && zenity --no-wrap --info --text=" |
5 | Athena message of the day: |
6 | $motd" |
Note: See TracBrowser
for help on using the repository browser.