Skip to content

Instantly share code, notes, and snippets.

@innermond
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save innermond/ada5ae18711c58c53a2a to your computer and use it in GitHub Desktop.

Select an option

Save innermond/ada5ae18711c58c53a2a to your computer and use it in GitHub Desktop.
#!/bin/bash
# install first the engine from http://mike.verdone.ca/twitter/
tweets="tweets.txt"
sleeptime=5
while read line;do
t update "$line" && sleep $sleeptime
done <$tweets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment