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/sh | |
# Kenneth Finnegan, 2012 | |
# kennethfinnegan.blogspot.com | |
# adapted for osx by 0x6d64, [email protected] | |
# | |
# TwitterMatrixTicker | |
# Given a username and an ascii printer, checks for new mentions and | |
# prints them one at a time to the printer. | |
# Expected usage is either spun off into the background >/dev/null or | |
# on a detachable screen so you can monitor progress. |