#!/bin/bash
find MetadataService -type f | grep -v .svn | grep -v '~' | grep -v .pyc | sed 's/$/ \\/'
