#!/bin/bash
g++ simple.cpp GPIO.cpp -o simple -pthread

