7 lines
134 B
Bash
Executable File
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 "$@"
|