mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 10:44:56 +03:00
f4c6b4453a
scenario layer yet.
7 lines
194 B
Bash
Executable File
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
|