#!/bin/sh

cd $1 ; shift

export PATH=/mock_bin:$PATH
exec "$@"
