3 lines
94 B
Bash
Executable file
3 lines
94 B
Bash
Executable file
#!/usr/bin/env sh
|
|
BIN_DIR="$(dirname "$0")/build/install/compiler/bin"
|
|
$BIN_DIR/compiler "$@"
|