#!/bin/bash gcc -Werror -Wall -Wshadow -O3 sorting.c sorting_main.c -o proj2