Files
lightweight-cobot/docker/jazzy/ros-core/ros_entrypoint.sh
T

5 lines
73 B
Bash

#!/bin/bash
set -e
source "/opt/ros/$ROS_DISTRO/setup.bash" --
exec "$@"