<?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: Graphical Shell Scripting</title>
	<atom:link href="http://www.thelinuxblog.com/graphical-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/graphical-shell-scripting/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: anarchy1</title>
		<link>http://www.thelinuxblog.com/graphical-shell-scripting/comment-page-1/#comment-4363</link>
		<dc:creator>anarchy1</dc:creator>
		<pubDate>Wed, 17 Nov 2010 04:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/graphical-shell-scripting/#comment-4363</guid>
		<description><![CDATA[this is a good little tool thanks for showing the world..

but don&#039;t forget the good old dialog command in bash this is pretty usefull as it also works over ssh 
&lt;b&gt;!even on windows!&lt;/b&gt; the only real difference is that dialog only colors the bash shell and draws some simple boxes on the shell but dont kick it it does a lot more than that 
try this for size 
&lt;code&gt;
#!/bin/sh
# First shell script with &quot;dialog&quot;
dialog --title &quot;Dialog message box&quot; \
       --msgbox &quot;\n Hello world !&quot; 6 25 
&lt;/code&gt;
save it as &quot;helloworld.sh&quot;
then execute with &quot;sh helloworld.sh&quot;
afterwords fire up &quot;man dialog&quot; in a shell and get learning...]]></description>
		<content:encoded><![CDATA[<p>this is a good little tool thanks for showing the world..</p>
<p>but don&#8217;t forget the good old dialog command in bash this is pretty usefull as it also works over ssh<br />
<b>!even on windows!</b> the only real difference is that dialog only colors the bash shell and draws some simple boxes on the shell but dont kick it it does a lot more than that<br />
try this for size<br />
<code><br />
#!/bin/sh<br />
# First shell script with "dialog"<br />
dialog --title "Dialog message box" \<br />
       --msgbox "\n Hello world !" 6 25<br />
</code><br />
save it as &#8220;helloworld.sh&#8221;<br />
then execute with &#8220;sh helloworld.sh&#8221;<br />
afterwords fire up &#8220;man dialog&#8221; in a shell and get learning&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaleb Porer</title>
		<link>http://www.thelinuxblog.com/graphical-shell-scripting/comment-page-1/#comment-211</link>
		<dc:creator>Kaleb Porer</dc:creator>
		<pubDate>Mon, 17 Dec 2007 06:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/graphical-shell-scripting/#comment-211</guid>
		<description><![CDATA[yes extreamly good to know ive spent counless hours on shell scripts and to make a nice pretty gui for one of them would be fantastic

thanks a lot]]></description>
		<content:encoded><![CDATA[<p>yes extreamly good to know ive spent counless hours on shell scripts and to make a nice pretty gui for one of them would be fantastic</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
