New MCLUS site lunched
Friday, August 28th, 2009I am proud to announce that the new redesign for Monteverde Conservation League US site is live. You can check out the new design at http://mclus.org/.
I am proud to announce that the new redesign for Monteverde Conservation League US site is live. You can check out the new design at http://mclus.org/.
I found a good way to search for files in SVN that are “!” and remove them.
svn st | grep ! | sed ’s/\! *//’ | xargs svn rm