CouchDB view push/pull script
[pxelator] / couchdb / Makefile
1 all:
2         echo "make pull"
3
4 pull:
5         find . -maxdepth 1 -type d | grep / | cut -d/ -f2 | xargs -i ./design-couch.pl pull pxelator {}