#!/bin/bash

g++ -o mac-test -framework OpenGL -framework cocoa -framework glut mac-test.cc
