mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 00:18:29 -04:00
cd8b93e1c5
added docs and service files, and support reboot
9 lines
100 B
Bash
Executable File
9 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
print_usage() {
|
|
echo -e "\nUsage: voxl-ardupilot"
|
|
exit 1
|
|
}
|
|
|
|
/usr/bin/ardupilot
|