curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml
where user is your username and password is your Twitter password entered in plaintext. Replace the text Your status message with anything you wish
curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml