Created
August 8, 2016 18:15
-
-
Save fbrnc/fdb20811a0d63ed6f7f1ea69703ecdc6 to your computer and use it in GitHub Desktop.
Growl notification
This file contains 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
#!/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