<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bash Coding Convention ../</title>
	<atom:link href="http://blog.apokalyptik.com/2008/06/19/bash-coding-convention/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com/2008/06/19/bash-coding-convention/</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Fri, 05 Mar 2010 04:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Tardiff</title>
		<link>http://blog.apokalyptik.com/2008/06/19/bash-coding-convention/comment-page-1/#comment-8331</link>
		<dc:creator>Matthew Tardiff</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=291#comment-8331</guid>
		<description>It&#039;s interesting that I accidentially ran across this. A few months ago I was looking for a way to achieve this. I couldn&#039;t find anything at the time, so I came up with this solution:

 readonly SCRIPT_DIR=&quot;$( dirname &quot;$( which &quot;$0&quot; )&quot; )&quot;

My solution depends on bash 3.2 however, for the &quot;which&quot; builtin.</description>
		<content:encoded><![CDATA[<p>It&#8217;s interesting that I accidentially ran across this. A few months ago I was looking for a way to achieve this. I couldn&#8217;t find anything at the time, so I came up with this solution:</p>
<p> readonly SCRIPT_DIR=&#8221;$( dirname &#8220;$( which &#8220;$0&#8243; )&#8221; )&#8221;</p>
<p>My solution depends on bash 3.2 however, for the &#8220;which&#8221; builtin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Brittain</title>
		<link>http://blog.apokalyptik.com/2008/06/19/bash-coding-convention/comment-page-1/#comment-7845</link>
		<dc:creator>Mike Brittain</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=291#comment-7845</guid>
		<description>My bash is pretty rickety, and this is exactly the sort of thing I&#039;m always trying to do.  Very helpful tip.</description>
		<content:encoded><![CDATA[<p>My bash is pretty rickety, and this is exactly the sort of thing I&#8217;m always trying to do.  Very helpful tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
