If you have curl installed, it’s easy to post updates to from your Terminal.
curl -u yourusername:yourpassword -d status="Your Message Here" \
http://twitter.com/statuses/update.xml
[ Via ]
If you have curl installed, it’s easy to post updates to from your Terminal.
curl -u yourusername:yourpassword -d status="Your Message Here" \
http://twitter.com/statuses/update.xml
[ Via ]