<?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>Technical LeoLo &#187; CLI</title>
	<atom:link href="http://blog.leolo.cc/labels/cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leolo.cc</link>
	<description>My Learning note</description>
	<lastBuildDate>Thu, 12 Mar 2009 08:58:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Shell Script</title>
		<link>http://blog.leolo.cc/2008/10/29/17/</link>
		<comments>http://blog.leolo.cc/2008/10/29/17/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:34:00 +0000</pubDate>
		<dc:creator>leolo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sheel]]></category>

		<guid isPermaLink="false">http://leolo.wordpress.com/2008/10/29/php-shell-script/</guid>
		<description><![CDATA[We can use php as a shell script by adding the line below at the top of the php script file.#!/usr/local/bin/php -CqC means do not change working directory  to that of the script.q means do not send HTTP header.
There is a reference manual 『Using PHP from the command line』 in php.net
]]></description>
		<wfw:commentRss>http://blog.leolo.cc/2008/10/29/17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
