#!/bin/bash gcc -o temp *.c -Wall ./temp rm temp