mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
123f3b509d
* fix let definition bug * remove debug prints and add test
7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
cd "${DIR}"/../../out
|
|
md5sum --check hash.md5
|