5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-09 08:04:14 -03:00
ardupilot/Tools/CodeStyle/ardupilot-astyle.sh

7 lines
84 B
Bash
Executable File

#!/bin/sh
DIR=$(dirname $(readlink -f $0))
astyle --options="${DIR}"/astylerc $*