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