#!/bin/bash
# skip strongbash header
set -eu

rsync -a --exclude=install.sh --exclude=README.md ./cmf/contrib/example/ ./
exit 0
