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