#!/bin/sh
gcc -O2 -pipe -o bench bench.c && gcc -O2 -pipe -o srv srv.c
