5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-25 17:23:56 -04:00
ardupilot/Tools/completion/completion.bash
2022-06-08 08:16:42 +09:00

8 lines
280 B
Bash
Executable File

#!/usr/bin/env bash
_AP_COMPLETION_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
source "$_AP_COMPLETION_DIR/bash/_waf"
source "$_AP_COMPLETION_DIR/bash/_sim_vehicle"
source "$_AP_COMPLETION_DIR/bash/_ap_bin"
source "$_AP_COMPLETION_DIR/bash/_ap_autotest"