#!/bin/bash rm test cc=clang test "" = "$(which clang 2>&1)" && cc=gcc $cc -Ofast -Wall -Wextra -o test test.c ./test