mirror of https://github.com/ArduPilot/ardupilot
7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
DIR=$(dirname $(readlink -f $0))
|
||
|
|
||
|
astyle --options="${DIR}"/astylerc $*
|
||
|
|