#!/bin/bash code="$PWD" opts="-g -Wno-switch" mkdir -p build cd build echo animate clang $opts $code/src/animate.main.c -lncurses -o animate