<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Three of Coins &#187; bash</title>
	<atom:link href="http://www.3ofcoins.net/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3ofcoins.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 21 Jan 2010 14:01:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bash .ini file parser</title>
		<link>http://www.3ofcoins.net/2008/11/11/bash-ini-file-parser/</link>
		<comments>http://www.3ofcoins.net/2008/11/11/bash-ini-file-parser/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 13:30:26 +0000</pubDate>
		<dc:creator>Maciej</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cl-trane]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[runtime configuration]]></category>

		<guid isPermaLink="false">http://www.3ofcoins.net/?p=44</guid>
		<description><![CDATA[Just found on the Net a cute little bash parser for .ini files.  Since I do runtime configuration for CL-Trane based projects in an ini file, parsed with py-configparser, this looks like a really cool way to configure startup scripts (think SBCL&#8217;s --dynamic-space-size).  Now, if there only was a decent .ini parser for [...]]]></description>
			<content:encoded><![CDATA[<p>Just found on the Net a cute little <a href="http://ajdiaz.wordpress.com/2008/02/09/bash-ini-parser/">bash parser for .ini files</a>.  Since I do runtime configuration for <a title="CL-Trane" href="http://common-lisp.net/project/cl-trane/">CL-Trane</a> based projects in an ini file, parsed with <a href="http://common-lisp.net/project/py-configparser/">py-configparser</a>, this looks like a really cool way to configure startup scripts (think <a href="http://sbcl.org/">SBCL</a>&#8217;s <code>--dynamic-space-size</code>).  Now, if there only was a decent .ini parser for Ruby…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3ofcoins.net/2008/11/11/bash-ini-file-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
