#!/bin/bash DIR=$(dirname $0) cd $DIR cargo run -p hbc main.hb > out.o && gcc -o main out.o -lraylib -lm -ldl -lpthread -lrt -lGL -lX11 && ./main