Files
agv_pro_ros2/navigation2/.devcontainer/on-create-command.sh
2025-05-27 19:03:40 +08:00

13 lines
190 B
Bash
Executable File

#!/bin/bash
# Immediately catch all errors
set -eo pipefail
# Uncomment for debugging
# set -x
# env
git config --global --add safe.directory "*"
.devcontainer/update-content-command.sh