blob: f0a18f16531d283509b834a53dfa245f682c4baf [file] [log] [blame]
#! /bin/sh
# Args: DIR command
cd "$1"
CMD="$2"
shift
shift
exec $CMD "$@"