Files
ros2/entrypoint.sh
2025-10-15 00:02:22 +03:00

7 lines
134 B
Bash
Executable File

#!/bin/bash
# Source the ROS 2 environment
source /opt/ros/humble/setup.bash
# Execute the command passed to the container
exec "$@"