#!/bin/bash set -xe gcc -std=gnu99 -w -Ofast -o xscii xscii.c exit