#!/bin/sh

echo "There is a statically linked 'runme' file supplied."
echo "If for some reason you need to build a new one, do the following:"
echo "   cd source && make opt"
