#!/bin/bash gcc -c checkSetNotation.c -o checkSetNotation.o gcc -c cntChars.c -o cntChars.o gcc -c displaySet.c -o displaySet.o gcc -c occurrences.c -o occurrences.o gcc -c parseSet.c -o parseSet.o gcc -c strEqu.c -o strEqu.o ar scr libset.a *.o gcc -I. setTest.c -o setTest libset.a read input run="./setTest " concat="$run$input" $concat