mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
7 lines
192 B
Bash
7 lines
192 B
Bash
#!/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"
|
|
|