Skip to content

Instantly share code, notes, and snippets.

@zbowling
Created November 13, 2011 06:15
Show Gist options
  • Save zbowling/1361685 to your computer and use it in GitHub Desktop.
Save zbowling/1361685 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in `seq 1 100`;
do
growlnotify -m $i &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment