mirror of https://github.com/ArduPilot/ardupilot
9 lines
100 B
Plaintext
9 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
print_usage() {
|
||
|
echo -e "\nUsage: voxl-ardupilot"
|
||
|
exit 1
|
||
|
}
|
||
|
|
||
|
/usr/bin/ardupilot
|