Pastoid

#!/bin/bash for d i

The page you are looking at now is at this URL: http://pastoid.com/anm

This paste was last updated on February 12, 2009 at 1:46 am.

php coderaw

#!/bin/bash

for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`;
do
	if [ -d $d ];
	then
		echo "updating $d"
		svn up -q $d&
	else
		echo "checking out $d"
		svn co -q https://svn.habariproject.org/habari-extras/plugins/$d/trunk $d&
	fi
done
 
echo "done!"
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 10
search.live.com 2
Is this paste spam?
<Hide