clang src/main.c -g -o ./bin/slime --std=c99 || exit 1 echo "" echo "--- Output Start ---" pushd bin ./slime popd echo "--- Output End ---"