Update your Twitter status from the Linux command line
You can easily update your Twitter status from the CLI by using this one simple command: curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml where user is your usernam[...]

