Twitt shell
Written by edmond in Bash, Command & Shell, Debian, Gnu-Linux, Tips & Tricks, Twitter
This is a small tip for those who use Twitter and wanted to use shell to send a tweet. I also have just about Twitter (though tweetto little) at http://twitter.com/edmondweblog. For those who want to try, enter their data twitter, and the shell:
curl-u username: password-d status = "Tweet shell" http://twitter.com/statuses/update.xml> / dev / null
Tweet will be sent then the "Tweet from shell"
Tags: twitter















