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