#!/usr/bin/env bash
# Some Build.sh scripts don't need to build anything.  This is applicable for
# some high level languages such as Python or Ruby.  In this case, we might
# want to (at most) make sure that PROGRAM is ready for execution:

chmod +x PROGRAM
