jak-project/gc.sh

6 lines
140 B
Bash
Raw Normal View History

2020-08-22 22:30:12 -04:00
#!/bin/bash
# Directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
$DIR/build/goalc/goalc "$@"