Skip to content

Instantly share code, notes, and snippets.

View kallisti5's full-sized avatar

Alexander von Gluck kallisti5

View GitHub Profile
@jessicah
jessicah / run.sh
Last active August 29, 2015 14:18
Boost Regression Test Script
#!/bin/bash
# Get the regression script
if [ ! -e run.py ] ; then
wget https://raw.githubusercontent.com/boostorg/regression/develop/src/run.py
chmod a+x run.py
fi
# Switch to gcc4 if needed
if [[ "$(gcc --version)" =~ "2.95.3" ]] ; then