#!/bin/bash
find . -type f -exec md5sum '{}' \; > hash.txt