mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DIR=$(dirname $(readlink -f $0))
|
|
|
|
astyle --options="${DIR}"/astylerc $*
|
|
|