#!/usr/bin/env bash

g++ curl_jsoncpp_example.cpp -ljsoncpp -lcurl -o example.out && ./example.out