#!/bin/sh
DIR="$(CDPATH= cd -- "$(dirname "$0")" && pwd)"
exec "$DIR/conductor-runtime" "sidecar" "$@"
