#!/bin/bash
set -e
cd "$1"
find . -type f | LC_ALL=C sort | xa md5sum
