Skip to content

Instantly share code, notes, and snippets.

@pcolazurdo
Created March 22, 2013 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcolazurdo/5223574 to your computer and use it in GitHub Desktop.
Save pcolazurdo/5223574 to your computer and use it in GitHub Desktop.
Send the favorites twitter using T by sferik by email
NOW=`date +(%Y-%M-%d)` ; t favorites > /tmp/favorites.twit; cat /tmp/favorites.twit | mail -s "Favorites Twitter @ $NOW" $MAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment