DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Twitter From The Command Line
// Snagged from d.onkey.org
1. Install curl. RTFM.
2. Use my script : ip-204-15-110-41:~ Asim$ cat twitter.sh
#/bin/sh
curl -u username:password -d status=â€$*†http://twitter.com/statuses/update.xml
3. ./twitter.sh “Coming from the shell! yay!â€





