<?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: cssh: C# Shell</title>
	<atom:link href="http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marsu</title>
		<link>http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/comment-page-1/#comment-64323</link>
		<dc:creator>Marsu</dc:creator>
		<pubDate>Sat, 28 Nov 2009 11:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/#comment-64323</guid>
		<description>Sorry my patch was killed by WordPress

there is the correct patch of Main.cs: 

http://codepad.org/0gLyDD3v</description>
		<content:encoded><![CDATA[<p>Sorry my patch was killed by WordPress</p>
<p>there is the correct patch of Main.cs: </p>
<p><a href="http://codepad.org/0gLyDD3v" rel="nofollow">http://codepad.org/0gLyDD3v</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marsu</title>
		<link>http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/comment-page-1/#comment-64322</link>
		<dc:creator>Marsu</dc:creator>
		<pubDate>Sat, 28 Nov 2009 11:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/#comment-64322</guid>
		<description>I don&#039;t find a way to get arguments passed to the script (neither in last mono csharp shell interpreter version 2.4.2.3) 

So this is a little hack to do so with your shell ^^

29c29
 		source[1] = &quot;public int ExecuteScript(string[] args) {&quot;;
47a48,50
&gt; 		List Args = new List();
&gt; 		Args.AddRange(args);
&gt; 		Args.RemoveAt(0);
53c56
 			new object[]{Args.ToArray()});</description>
		<content:encoded><![CDATA[<p>I don&#8217;t find a way to get arguments passed to the script (neither in last mono csharp shell interpreter version 2.4.2.3) </p>
<p>So this is a little hack to do so with your shell ^^</p>
<p>29c29<br />
 		source[1] = &#8220;public int ExecuteScript(string[] args) {&#8220;;<br />
47a48,50<br />
&gt; 		List Args = new List();<br />
&gt; 		Args.AddRange(args);<br />
&gt; 		Args.RemoveAt(0);<br />
53c56<br />
 			new object[]{Args.ToArray()});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viraptor's dev-log</title>
		<link>http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/comment-page-1/#comment-2634</link>
		<dc:creator>Viraptor's dev-log</dc:creator>
		<pubDate>Thu, 21 Dec 2006 01:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/#comment-2634</guid>
		<description>&lt;strong&gt;C# shell...&lt;/strong&gt;

C-sharp shell? Great!
Although my friend, when asked whether he would like to have a shell with bindings to Java, replied &#8220;System.out.println(&#8221;NO&#8221;);&#8221;&#8230; I was playing around with different shells. Zoidberg (perl), psh (perl)...</description>
		<content:encoded><![CDATA[<p><strong>C# shell&#8230;</strong></p>
<p>C-sharp shell? Great!<br />
Although my friend, when asked whether he would like to have a shell with bindings to Java, replied &#8220;System.out.println(&#8221;NO&#8221;);&#8221;&#8230; I was playing around with different shells. Zoidberg (perl), psh (perl)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Wyglendowski</title>
		<link>http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/comment-page-1/#comment-2631</link>
		<dc:creator>Christian Wyglendowski</dc:creator>
		<pubDate>Wed, 20 Dec 2006 14:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2006/12/20/cssh-c-shell/#comment-2631</guid>
		<description>Well, you can have your semis in Python if you really want them.  It is syntactically (but not stylistically ;-) ) ok to end most lines with a semicolon.</description>
		<content:encoded><![CDATA[<p>Well, you can have your semis in Python if you really want them.  It is syntactically (but not stylistically <img src='http://michael.susens-schurter.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) ok to end most lines with a semicolon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
