Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Open data from a pipeline in any application' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Open data from a pipeline in any application
Authored by: aqsalter on Thu, Mar 20 2008 at 5:35PM PDT
I use a similar technique to download TextMate bundle updates...

E.g.
curl 'http://netcetera.org/cgi-bin/tmbundles.cgi?bundle=ActionScript' | sudo bash

You can browse bundles here:
http://netcetera.org/cgi-bin/tmbundles.cgi

[ Reply to This | # ]