#!/bin/bash set -xe gcc -ansi -Wall -Wextra -Wpedantic -Werror -o xighlight xighlight.c exit