<?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: Use Growl Notifications to Alert When Command Line Tasks Have Completed</title>
	<atom:link href="http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 18 May 2013 19:31:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: duarb</title>
		<link>http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/#comment-389359</link>
		<dc:creator>duarb</dc:creator>
		<pubDate>Fri, 18 May 2012 16:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30257#comment-389359</guid>
		<description>make is just a sample command, it&#039;s for building source code.

Use any command followed by &amp;&amp; growlnotify -m &quot;Message&quot;</description>
		<content:encoded><![CDATA[<p>make is just a sample command, it&#8217;s for building source code.</p>
<p>Use any command followed by &#038;&#038; growlnotify -m &#8220;Message&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/#comment-389317</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 18 May 2012 12:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30257#comment-389317</guid>
		<description>@Paul

normal ! cause you need to have &quot;XCode&quot; installed on your Mac...for launching the &quot;Make command&quot;....the article missed this information !</description>
		<content:encoded><![CDATA[<p>@Paul</p>
<p>normal ! cause you need to have &#8220;XCode&#8221; installed on your Mac&#8230;for launching the &#8220;Make command&#8221;&#8230;.the article missed this information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/#comment-389297</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 18 May 2012 10:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30257#comment-389297</guid>
		<description>When I try and run these commands after installing growl and growlnotify all I get is make: command not found</description>
		<content:encoded><![CDATA[<p>When I try and run these commands after installing growl and growlnotify all I get is make: command not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xofer</title>
		<link>http://osxdaily.com/2012/05/17/use-growl-notifications-to-alert-when-command-line-tasks-have-completed/#comment-389102</link>
		<dc:creator>xofer</dc:creator>
		<pubDate>Thu, 17 May 2012 19:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30257#comment-389102</guid>
		<description>Just to inform you, this may not give the desired effect every time.
In the example &amp;&amp; is logical AND, which means that if make install exits with a nonzero status, growlnotify will not be triggered.
This guarantees that grownlnotify will triggered after make exits no matter what the exit status:
make install; growlnotify -m &quot;Install Completed&quot;

Or - a bit more advanced:
make install &amp;&amp; growlnotify -m &quot;Install Completed&quot; &#124;&#124; growlnotify -m &quot;Install ERROR!!!!!!!!!11111&quot;</description>
		<content:encoded><![CDATA[<p>Just to inform you, this may not give the desired effect every time.<br />
In the example &amp;&amp; is logical AND, which means that if make install exits with a nonzero status, growlnotify will not be triggered.<br />
This guarantees that grownlnotify will triggered after make exits no matter what the exit status:<br />
make install; growlnotify -m &#8220;Install Completed&#8221;</p>
<p>Or &#8211; a bit more advanced:<br />
make install &amp;&amp; growlnotify -m &#8220;Install Completed&#8221; || growlnotify -m &#8220;Install ERROR!!!!!!!!!11111&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 222/223 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 08:54:57 -->