How to change twitter status from Linux commandline

curl -u user:pass -d status=”status message” http://twitter.com/statuses/update.xml

Leave a Reply