#!/bin/bash # This helps Sublime set the current directory DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) pushd $DIR make all 2>&1 | ./make_path_helper popd