5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
source "/opt/ros/$ROS_DISTRO/setup.bash" --
|
|
exec "$@" |