mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 09:48:00 -04:00
8e1c147ad8
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
7 lines
166 B
Bash
7 lines
166 B
Bash
#!/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
|