Created
January 22, 2010 19:26
-
-
Save tmountain/284059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
use strict; | |
my $message = shift; | |
qx/gmessage -display :0.0 -center -geometry 800x400 -borderless -bg "#000000" -fg "#00ff00" -font 40 "$message"/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment