#!/bin/bash set -e # setup application environment # shellcheck disable=SC1091 source "/root/target_ws/install/setup.bash" exec "$@"