Skip to content

Instantly share code, notes, and snippets.

@tmountain
Created January 22, 2010 19:26
Show Gist options
  • Save tmountain/284059 to your computer and use it in GitHub Desktop.
Save tmountain/284059 to your computer and use it in GitHub Desktop.
#!/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