<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/ruby/tags/Bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 17:44:23 GMT</pubDate>
<item>
<title>(Ruby) Post to Twitter from the shell - noah</title>
<link>http://snipplr.com/view/6594/post-to-twitter-from-the-shell/</link>
<description><![CDATA[ <p>Put this in a file called tweet.rb, then call as follows:
    ruby tweet.rb username "my tweet"

Or you can include your password in the command like so 
    ruby twit.rb username:password "my tweet"

(note that this is hugely insecure as your password will wind up in your .history, not to mention being visible to shouldersurfers).

Updated: if a post is over the 140-character limit, the script prints back the part of the tweet that would not fit.  This makes it easier to trim down overly long posts.</p> ]]></description>
<pubDate>Thu, 05 Jun 2008 09:23:47 GMT</pubDate>
<guid>http://snipplr.com/view/6594/post-to-twitter-from-the-shell/</guid>
</item>
<item>
<title>(Ruby) list directory and create wget calls to build standalone html dirs - jhenry</title>
<link>http://snipplr.com/view/5381/list-directory-and-create-wget-calls-to-build-standalone-html-dirs/</link>
<description><![CDATA[ <p>output can be run as a shell script.  should be able to refactor this as a piped wget, i think</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 16:57:31 GMT</pubDate>
<guid>http://snipplr.com/view/5381/list-directory-and-create-wget-calls-to-build-standalone-html-dirs/</guid>
</item>
<item>
<title>(Ruby) Sheller - felipec</title>
<link>http://snipplr.com/view/2669/sheller/</link>
<description><![CDATA[ <p>Lets you run shell commands in an extensible way.</p> ]]></description>
<pubDate>Fri, 18 May 2007 10:49:57 GMT</pubDate>
<guid>http://snipplr.com/view/2669/sheller/</guid>
</item>
</channel>
</rss>