#!/usr/bin/env bash echo "making levels.c" rm src/levels.c luajit levels.lua >> src/levels.c echo "building for cg" fxsdk build-cg echo "done"