Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created August 8, 2016 18:15
Embed
What would you like to do?
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