compiler-design-excercises/run.sh
2025-05-05 00:22:11 +02:00

3 lines
94 B
Bash
Executable file

#!/usr/bin/env sh
BIN_DIR="$(dirname "$0")/build/install/compiler/bin"
$BIN_DIR/compiler "$@"