This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8ea84a729
ardupilot
/
Tools
/
CodeStyle
/
ardupilot-astyle.sh
7 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
DIR
=
$(
dirname
$(
readlink -f
$0
)
)
astyle --options
=
"
${
DIR
}
"
/astylerc
$*
Reference in New Issue
View Git Blame
Copy Permalink