mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 07:58:28 -04:00
04b46678a4
Most scripts/tools use non-portable `/bin/bash`, switch to environment agnostic `/usr/bin/env bash`.
6 lines
230 B
Bash
Executable File
6 lines
230 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# assume we start the script from the root directory
|
|
ROOTDIR=$PWD
|
|
$PWD/Tools/autotest/sim_vehicle.py -v ArduCopter -w --model webots-quad --add-param-file=libraries/SITL/examples/Webots/quadX.parm -L Pyramid
|