Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created August 8, 2016 18:15
Show Gist options
  • Save fbrnc/fdb20811a0d63ed6f7f1ea69703ecdc6 to your computer and use it in GitHub Desktop.
Save fbrnc/fdb20811a0d63ed6f7f1ea69703ecdc6 to your computer and use it in GitHub Desktop.
Growl notification
#!/bin/bash
echo -n $'\e]9;'
echo -n $1
echo $'\007'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment