#!/bin/bash set -xe CFLAGS="-Wall -Werror -std=c11 -ggdb" gcc $CFLAGS -o ttt main.c