blob: 3f2e8e338a789f256723b4cfc7ab70f43bc552cc [file] [log] [blame]
#!/bin/bash
set -e
if [[ "$WORK_DIR" != "" ]]; then
cd "${WORK_DIR}"
fi
exec "$@"