#!/bin/bash
gcc ptest.c -o ptest -L. -lpthreads-ext -D_REENTRANT -lpthread -I../inc -DLINUX 
