#!/bin/sh # Run a command, first sourcing a sh script to set up environment variables. # Copyright 2011 Adam Sampson source "$1" shift exec "$@"