#!/bin/bash


gcc -g -Wall -c posix_sockets.c
gcc -g -Wall -lpthread posix_sockets.o test.c -o test
