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

7 lines
84 B
Bash
Raw Normal View History

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