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