<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>SliTaz Forum &#187; Topic: Shell script with Firefox</title>
		<link>http://forum.slitaz.org/topic/shell-script-with-firefox</link>
		<description>SliTaz Forum &#187; Topic: Shell script with Firefox</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 22:50:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://forum.slitaz.org/rss/topic/shell-script-with-firefox" rel="self" type="application/rss+xml" />

		<item>
			<title>romano on "Shell script with Firefox"</title>
			<link>http://forum.slitaz.org/topic/shell-script-with-firefox#post-4874</link>
			<pubDate>Sun, 25 Dec 2011 01:54:54 +0000</pubDate>
			<dc:creator>romano</dc:creator>
			<guid isPermaLink="false">4874@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>You are the best Trixar_za :)</p>
<p>I just missed #!/bin/sh. Firefox can execute webcal.sh with parameters well now :)</p>
<p>Thank you</p>
<p>kultex:<br />
I want to use it, 'Cause in firefox i cant give parameters to protocol as like "sh webcal.sh" Even i typed manual in mimeTypes.rdf
</p>]]></description>
					</item>
		<item>
			<title>Trixar_za on "Shell script with Firefox"</title>
			<link>http://forum.slitaz.org/topic/shell-script-with-firefox#post-4873</link>
			<pubDate>Sat, 24 Dec 2011 23:42:07 +0000</pubDate>
			<dc:creator>Trixar_za</dc:creator>
			<guid isPermaLink="false">4873@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>Add <code>#!/bin/sh</code> to the very top of the script:<br />
<pre><code>#!/bin/sh

what you want it to do here</code></pre>
<p>Then just chmod +x it. You can even remove the extension .sh if you want to.</p>
<p>What this trick does is tell the command line environment which scripting interface to use to execute the script. It works for perl (#!/usr/bin/perl), python (#!/usr/bin/python), tcl (#!/usr/bin/tclsh8.5) and pretty much any scripting language there is. All you need to do is give the correct path for it to work ;)
</p>]]></description>
					</item>
		<item>
			<title>kultex on "Shell script with Firefox"</title>
			<link>http://forum.slitaz.org/topic/shell-script-with-firefox#post-4870</link>
			<pubDate>Sat, 24 Dec 2011 12:52:07 +0000</pubDate>
			<dc:creator>kultex</dc:creator>
			<guid isPermaLink="false">4870@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>sh /home/tux/webcal.sh or wherever the script is should work without any problems</p>
<p>and why you want it without sh
</p>]]></description>
					</item>
		<item>
			<title>romano on "Shell script with Firefox"</title>
			<link>http://forum.slitaz.org/topic/shell-script-with-firefox#post-4869</link>
			<pubDate>Sat, 24 Dec 2011 08:29:06 +0000</pubDate>
			<dc:creator>romano</dc:creator>
			<guid isPermaLink="false">4869@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>In firefox for webcal protocol i want to assign shell script as webcal.sh</p>
<p>After assignment Edit-Preferences i just realized firefox cant execute sh file. Is there any idea?</p>
<p>I guess problem is shellscript file in terminal execute with sh command. is it possible to execute without sh command. I mean instead of "sh webcal.sh" i want to execute "webcal.sh"<br />
I guess this one will work my problem.</p>
<p>It works well in xubuntu.</p>
<p>Any idea?<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
I tried<br />
* chmod +x webcal.sh after that ./webcal.sh --- Doesnt work - sh: ./webcal.sh : notfound
</p>]]></description>
					</item>

	</channel>
</rss>
