mirror of
https://github.com/open-goal/jak-project
synced 2026-06-10 12:55:45 -04:00
814480f9e5
* get gkernel and gkernel-h at least somewhat working in the offline tests * strip comments from json * switch hints to casts. online tests passing, offline passing up to gkernel * variable retyping is added * fix up casts in lets * update
7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
$DIR/build/game/gk -fakeiso -debug -nodisplay"$@"
|