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