abstreet/data/checksum_data.sh
2020-02-04 19:54:13 -08:00

7 lines
194 B
Bash
Executable File

#!/bin/bash
# Used to figure out when it's time to run package_for_devs.sh
set -e
find data/input data/system/ -type f \( -not -name "MANIFEST.txt" \) -exec md5sum '{}' \; > data/MANIFEST.txt