72dd540b67
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/usr/bin/env bash
|
|
|
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CUR_PATH/../apps/compiler/compiler.sh"
|