#!/bin/sh

find design -type f | grep -v '\.svn' | xargs -J xxx cp xxx lib/Perl6/Bible/
find lib -type f| grep -v '\.svn' | xargs perl -pi -e 's/^=encoding.*//'
